Commit 3db8d6b6da36e8c4ecf441ff391c3e57c1448668
1 parent
1cd3e548
工单物料登记取消单位校验
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/controller/admin/materialdetail/vo/MaterialDetailSaveReqVO.java
| ... | ... | @@ -45,7 +45,7 @@ public class MaterialDetailSaveReqVO { |
| 45 | 45 | private Double userCount; |
| 46 | 46 | |
| 47 | 47 | @Schema(description = "单位", requiredMode = Schema.RequiredMode.REQUIRED, example = "李四") |
| 48 | - @NotEmpty(message = "单位不能为空") | |
| 48 | + //@NotEmpty(message = "单位不能为空") | |
| 49 | 49 | private String unitName; |
| 50 | 50 | |
| 51 | 51 | @Schema(description = "状态(0正常 1停用)", example = "1") | ... | ... |