zss
2025-05-12 99cf848f87e2e06954d1ca101c9ff1879cf801c7
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;
}