yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/cal/plan/MesCalPlanDO.java
@@ -15,7 +15,7 @@ /** * MES 排班计划 DO * * @author 芋道源码 * @author 超级管理员 */ @TableName("mes_cal_plan") @KeySequence("mes_cal_plan_seq") @@ -78,6 +78,14 @@ */ private Integer status; /** * 是否排除周末 * * true:周六日不生成排班记录(默认) * false:周六日正常排班(如注塑车间需要连续生产) */ private Boolean excludeWeekend; /** * 备注 */ private String remark;