| | |
| | | import com.qianwen.smartman.common.constant.DateConstant; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/AllShiftTimeDetail.class */ |
| | | |
| | | public class AllShiftTimeDetail implements Serializable { |
| | | private static final long serialVersionUID = 2627682908642768850L; |
| | | @ApiModelProperty("班次顺序") |
| | |
| | | @JsonFormat(pattern = DateConstant.PATTERN_DATE_TIME) |
| | | private Date endTime; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/AllShiftTimeDetail$AllShiftTimeDetailBuilder.class */ |
| | | |
| | | public static class AllShiftTimeDetailBuilder { |
| | | private Integer shiftIndex; |
| | | private String shiftName; |