zss
2024-07-26 eab93d7bef852c1b1f6356c7cde3dc45c2ed9327
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;
}