liyong
3 天以前 35b42db401542f3a85b2670873363ad4025da3d4
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;