4 天以前 7188f28998d47c286e34cbd525986603cfc19ba9
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/cal/plan/vo/MesCalPlanRespVO.java
@@ -52,6 +52,10 @@
    @ExcelProperty("状态")
    private Integer status;
    @Schema(description = "是否排除周末", example = "true")
    @ExcelProperty("是否排除周末")
    private Boolean excludeWeekend;
    @Schema(description = "备注")
    @ExcelProperty("备注")
    private String remark;