Commit ed4638631ac76f527b6054e762e2d275eaa031c0
1 parent
472f3b61
refactor(erp): 修改字段编辑申请类型描述
- 将"字段编辑申请"改为"业务利润字段编辑申请" - 优化了 ProjectApplyTypeEnum 枚举类中的描述信息
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/order/erp/domain/ProjectApplyTypeEnum.java
@@ -15,7 +15,7 @@ import lombok.Getter; | @@ -15,7 +15,7 @@ import lombok.Getter; | ||
15 | @AllArgsConstructor | 15 | @AllArgsConstructor |
16 | public enum ProjectApplyTypeEnum { | 16 | public enum ProjectApplyTypeEnum { |
17 | 17 | ||
18 | - FIELD_EDIT_APPLY(0, "字段编辑申请"), | 18 | + FIELD_EDIT_APPLY(0, "业务利润字段编辑申请"), |
19 | INNER_PROFIT_FIELD_EDIT_APPLY(1, "内部利润字段编辑申请"), | 19 | INNER_PROFIT_FIELD_EDIT_APPLY(1, "内部利润字段编辑申请"), |
20 | ; | 20 | ; |
21 | 21 |