zss
2024-12-24 dd664cf0ffa2eeef35c3e6955297b7fa2c903cc3
performance-server/src/main/java/com/yuanchu/mom/dto/AuxiliaryOriginalHoursLookDto.java
@@ -11,12 +11,9 @@
public class AuxiliaryOriginalHoursLookDto {
    @NotNull
    private LocalDateTime startTime;//月初
    private String month;//月份
    @NotNull
    private LocalDateTime endTime;//月末
    private String name;
    private Integer userId;
    private Integer departId;
    private String departLims;
}