xiangpei
2024-09-04 af7baffbb2050fa6c0d5de68c094d0328afb6fc7
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;
}