Commit 4cf824f03e12df501f083bca171a561fe41b4de2

Authored by wangqian
1 parent c747ff57

去掉单位限制

urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/rentalmechanicalcost/vo/RentalMechanicalCostSaveReqVO.java
... ... @@ -58,11 +58,11 @@ public class RentalMechanicalCostSaveReqVO {
58 58 private Date endUseTime;
59 59  
60 60 @Schema(description = "归属公司", requiredMode = Schema.RequiredMode.REQUIRED, example = "李四")
61   - @NotEmpty(message = "归属公司不能为空")
  61 + //@NotEmpty(message = "归属公司不能为空")
62 62 private String companyName;
63 63  
64 64 @Schema(description = "归属公司ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "25530")
65   - @NotEmpty(message = "归属公司ID不能为空")
  65 + //@NotEmpty(message = "归属公司ID不能为空")
66 66 private String companyId;
67 67  
68 68 @Schema(description = "部门id", example = "25446")
... ...