无关风月
14 小时以前 25b19e60e004290531f61fdf608d1adb5e531903
ruoyi-system/src/main/java/com/ruoyi/system/vo/system/InspectorListVO.java
@@ -38,5 +38,9 @@
    @Excel(name = "清洁情况 1合格2不合格", orderNum = "7", width = 20,replace = {"1_合格","2_不合格"})
    private Integer clearStatus;
    @ApiModelProperty(value = "任务类型1日常任务 2自建任务")
    @Excel(name = "任务类型", orderNum = "8", width = 20,replace = {"1_日常任务","2_自建任务"})
    private Integer taskType;
}