Commit c1940c33b15150e58e8d717498f1ec70bd244a6e
1 parent
446bdedb
巡查计划-创建提交
Showing
1 changed file
with
4 additions
and
0 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/inspectionplan/vo/InspectionPlanSaveReqVO.java
| @@ -66,4 +66,8 @@ public class InspectionPlanSaveReqVO { | @@ -66,4 +66,8 @@ public class InspectionPlanSaveReqVO { | ||
| 66 | @Size(min = 1) | 66 | @Size(min = 1) |
| 67 | private Set<Long> roleIds; | 67 | private Set<Long> roleIds; |
| 68 | 68 | ||
| 69 | + public boolean verify() { | ||
| 70 | + | ||
| 71 | + } | ||
| 72 | + | ||
| 69 | } | 73 | } |
| 70 | \ No newline at end of file | 74 | \ No newline at end of file |