无关风月
4 天以前 f84e186541e7991147d2b09d1b10247d281c2996
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;
}