From 60c2c06c064008586dece2762fcaeb90b8d739be Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 22 八月 2024 16:38:29 +0800 Subject: [PATCH] 点位导入优化 --- ycl-pojo/src/main/java/com/ycl/platform/domain/form/CalculateReportForm.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/form/CalculateReportForm.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/form/CalculateReportForm.java index 6c3a2ea..c5485b2 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/form/CalculateReportForm.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/form/CalculateReportForm.java @@ -46,10 +46,6 @@ @ApiModelProperty("鍝湀鐨�") private Integer whichMonth; - @NotNull(message = "淇敼浜轰笉鑳戒负绌�", groups = {Add.class, Update.class}) - @ApiModelProperty("淇敼浜�") - private Long updateBy; - public static CalculateReport getEntityByForm(@NonNull CalculateReportForm form, CalculateReport entity) { if(entity == null) { entity = new CalculateReport(); -- Gitblit v1.8.0