Commit f75185677f5855411d3eb2c1502401705a14d113
1 parent
88b13ed9
抢险任务提交update
Showing
1 changed file
with
0 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/emergencytask/vo/EmergencyTaskApprovalReqVO.java
| @@ -20,7 +20,6 @@ public class EmergencyTaskApprovalReqVO { | @@ -20,7 +20,6 @@ public class EmergencyTaskApprovalReqVO { | ||
| 20 | private Integer busiStatus; | 20 | private Integer busiStatus; |
| 21 | 21 | ||
| 22 | @Schema(description = "审批备注", requiredMode = Schema.RequiredMode.REQUIRED, example = "审批备注") | 22 | @Schema(description = "审批备注", requiredMode = Schema.RequiredMode.REQUIRED, example = "审批备注") |
| 23 | - @Max(value = 64, message = "审批备注长度不能超过 64 个字符") | ||
| 24 | private String approvalRemarks; | 23 | private String approvalRemarks; |
| 25 | 24 | ||
| 26 | } | 25 | } |
| 27 | \ No newline at end of file | 26 | \ No newline at end of file |