liyong
4 天以前 d3e57f662fc00214c9d1b1caa9a4dd542a9d2e1e
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;