Commit fe63ad5e7589f7447f2c344811ab742d29568f37
1 parent
6d2520e6
feat: 问题修复项
1、项目报告书字段拆分 2、设计师权重占比计算
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/java/com/order/erp/domain/vo/order/OrderApplyResultVO.java
@@ -45,6 +45,11 @@ public class OrderApplyResultVO implements Serializable { | @@ -45,6 +45,11 @@ public class OrderApplyResultVO implements Serializable { | ||
45 | private Integer status; | 45 | private Integer status; |
46 | 46 | ||
47 | /** | 47 | /** |
48 | + * 拒绝原因备注 | ||
49 | + */ | ||
50 | + private String refuseRemark; | ||
51 | + | ||
52 | + /** | ||
48 | * 申请类型:枚举类ApplyTypeEnum | 53 | * 申请类型:枚举类ApplyTypeEnum |
49 | */ | 54 | */ |
50 | private Integer type; | 55 | private Integer type; |