吉安感知网项目-后端
xiebin
2026-01-08 025fcd04fd7c9c85d1136a74dd75feff6cf1157f
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/vo/FwDeviceVO.java
@@ -24,6 +24,8 @@
import lombok.EqualsAndHashCode;
import org.sxkj.system.cache.SysCache;
import java.io.Serializable;
/**
 * 设备表 视图实体类
 *
@@ -32,7 +34,7 @@
 */
@Data
@Getter
public class FwDeviceVO {
public class FwDeviceVO implements Serializable {
   private static final long serialVersionUID = 1L;
   @ApiModelProperty(value = "主键")
@@ -108,7 +110,6 @@
      if (belongDept == null) {
         return null;
      }
      System.out.println("12312312312:" + SysCache.getDeptName(belongDept));
      return SysCache.getDeptName(belongDept);
   }