yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/cal/plan/MesCalPlanDO.java
@@ -78,6 +78,14 @@ */ private Integer status; /** * 是否排除周末 * * true:周六日不生成排班记录(默认) * false:周六日正常排班(如注塑车间需要连续生产) */ private Boolean excludeWeekend; /** * 备注 */ private String remark;