TASK_INO_STATUS 20和30的枚举类名严重错误,容易误导开发

yun-zuoyi
许心洁 5 years ago
parent 4632c7572c
commit 773f56b577

@ -925,8 +925,8 @@ public class WmsEnumUtil {
*/ */
@JsonFormat(shape = JsonFormat.Shape.OBJECT) @JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum TASK_INFO_STATUS { public enum TASK_INFO_STATUS {
CREATE(10, 10, "创建"), FINISH(20, 20, "处理中"), CREATE(10, 10, "创建"), HANDLEING(20, 20, "处理中"),
FAIL(30, 30, "已处理"), CLOSE(40, 40, "已关闭"); FINISH(30, 30, "已处理"), CLOSE(40, 40, "已关闭");
private int value; private int value;
private int code; private int code;

Loading…
Cancel
Save