【枚举修改】

yun-zuoyi
zcg 5 years ago
parent 8a04ca4e3d
commit db3b06071d

@ -4022,8 +4022,8 @@ public class MesEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum MONITOR_TASK_OBJECT_TYPE {
PLC(10, "PLC"),
DB(20, "DB");
PLC(10, "PLC");
// DB(20, "DB");
private int value;
private String description;

@ -2660,8 +2660,8 @@ public class MesPcnEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum MONITOR_TASK_OBJECT_TYPE {
PLC(10, "PLC"),
DB(20, "DB");
PLC(10, "PLC");
// DB(20, "DB");
private int value;
private String description;

Loading…
Cancel
Save