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