|
|
@ -18,8 +18,8 @@ public class MesEnumUtil {
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
|
|
|
|
public enum MES_PCN_TASK_STATUS {
|
|
|
|
public enum MES_PCN_TASK_STATUS {
|
|
|
|
|
|
|
|
|
|
|
|
OPEN(1, "OPEN"),
|
|
|
|
OPEN(1, "开启"),
|
|
|
|
CLOSE(2, "CLOSE");
|
|
|
|
CLOSE(2, "关闭");
|
|
|
|
|
|
|
|
|
|
|
|
private int value;
|
|
|
|
private int value;
|
|
|
|
private String description;
|
|
|
|
private String description;
|
|
|
|