| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import java.io.Serializable; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/dto/ShiftRestTimeDTO.class */ |
| | | public class ShiftRestTimeDTO implements Serializable { |
| | | private static final long serialVersionUID = 1; |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | |
| | | @ApiModelProperty("休息时段下标") |
| | | private Integer restIndex; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/dto/ShiftRestTimeDTO$ShiftRestTimeDTOBuilder.class */ |
| | | |
| | | public static class ShiftRestTimeDTOBuilder { |
| | | private Long id; |
| | | private Integer restStartTime; |