Commit 13a09297629997e78d69c213d4f5469c78932157
1 parent
a48101cf
人机材修改
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/wasterecord/vo/WasteRecordSaveReqVO.java
| ... | ... | @@ -51,7 +51,7 @@ public class WasteRecordSaveReqVO { |
| 51 | 51 | private String companyId; |
| 52 | 52 | |
| 53 | 53 | @Schema(description = "部门id", example = "26656") |
| 54 | - private Long deptId; | |
| 54 | + private List<Long> deptId; | |
| 55 | 55 | |
| 56 | 56 | @Schema(description = "状态(0正常 1停用)", example = "1") |
| 57 | 57 | private Integer status; | ... | ... |