smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregate.java
@@ -2,6 +2,9 @@ import java.io.Serializable; /** * 聚合表的基类 */ public class SuperAggregate implements Serializable { private static final long serialVersionUID = 1074211007569731042L; private String calendarCode; @@ -9,8 +12,14 @@ private Integer factoryMonth; private Integer factoryWeek; private Integer factoryDate; /** * 班次 */ private Integer shiftIndex; private Integer shiftTimeType; /** * 工作台 */ private Long workstationId;