Commit 6caecce9 authored by cq990612's avatar cq990612

优化代码结构

parent 56ab9dcd
...@@ -7,8 +7,8 @@ package cn.wisenergy.model.enums; ...@@ -7,8 +7,8 @@ package cn.wisenergy.model.enums;
public enum ChangeTypeEnum { public enum ChangeTypeEnum {
COSTBUDGET(1, "成本预算"), COSTBUDGET(1, "成本预算"),
WORKINGHOURSBUDGET(2, "工时预算"), WORKINGHOURSBUDGET(2, "工时预算"),
STARTINGTIME(3, "开始时间"), STARTINGTIME(3, "预计开始时间"),
ENDTIME(4, "结束时间"), ENDTIME(4, "预计结束时间"),
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment