fuliqi
2024-08-16 2a12d6d43b6f7abc0ef594ee9b992f34ee00b7a1
ycl-pojo/src/main/java/com/ycl/platform/domain/form/BatchEditPointForm.java
@@ -23,10 +23,4 @@
    private Integer unitId;
    @NotNull(message = "点位开始时间不能为空", groups = {Add.class, Update.class})
    private LocalDateTime startTime;
    @NotNull(message = "点位结束时间不能为空", groups = {Add.class, Update.class})
    private LocalDateTime endTime;
}