zss
2024-07-23 c9a7198eb87bcd7ac8d2b21d6cf9d977e726fdd2
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;
}