فهرست منبع

设备状态字典注释修改

yejian 2 سال پیش
والد
کامیت
99d2b5130b

+ 3 - 3
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionResourceCenter/entity/Productionresource.java

@@ -120,10 +120,10 @@ public class Productionresource extends Entity<Long> {
     /**
      * 在线状态(0-离线1-在线2-未激活)
      */
-    @ApiModelProperty(value = "在线状态(0-离线1-在线2-未激活)")
-    @Length(max = 4, message = "在线状态(0-离线1-在线2-未激活)长度不能超过4")
+    @ApiModelProperty(value = "在线状态(0-离线1-空闲2-生产中3-报警)")
+    @Length(max = 4, message = "在线状态(0-离线1-空闲2-生产中3-报警)长度不能超过4")
     @TableField(value = "online_status", condition = LIKE)
-    @Excel(name = "在线状态(0-离线1-在线2-未激活)")
+    @Excel(name = "在线状态(0-离线1-空闲2-生产中3-报警)")
     private String onlineStatus;
 
     /**

+ 3 - 3
imcs-admin-boot/imcs-tenant-entity/src/main/java/com/github/zuihou/tenant/entity/Productionresource.java

@@ -121,10 +121,10 @@ public class Productionresource extends Entity<Long> {
     /**
      * 在线状态(0-离线1-在线2-未激活)
      */
-    @ApiModelProperty(value = "在线状态(0-离线1-在线2-未激活)")
-    @Length(max = 4, message = "在线状态(0-离线1-在线2-未激活)长度不能超过4")
+    @ApiModelProperty(value = "在线状态(0-离线1-空闲2-生产中3-报警)")
+    @Length(max = 4, message = "在线状态(0-离线1-空闲2-生产中3-报警)长度不能超过4")
     @TableField(value = "online_status", condition = LIKE)
-    @Excel(name = "在线状态(0-离线1-在线2-未激活)")
+    @Excel(name = "在线状态(0-离线1-空闲2-生产中3-报警)")
     private String onlineStatus;
 
     /**