| | |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/entity/SuperAggregate.class */ |
| | | /** |
| | | * 聚合表的基类 |
| | | */ |
| | | public class SuperAggregate implements Serializable { |
| | | private static final long serialVersionUID = 1074211007569731042L; |
| | | private String calendarCode; |
| | |
| | | private Integer factoryMonth; |
| | | private Integer factoryWeek; |
| | | private Integer factoryDate; |
| | | /** |
| | | * 班次 |
| | | */ |
| | | private Integer shiftIndex; |
| | | private Integer shiftTimeType; |
| | | /** |
| | | * 工作台 |
| | | */ |
| | | private Long workstationId; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/entity/SuperAggregate$SuperAggregateBuilder.class */ |
| | | |
| | | public static class SuperAggregateBuilder { |
| | | private String calendarCode; |
| | | private Integer factoryYear; |