无关风月
昨天 02bb94e413f6950b9786c5ee86c0937bc20f8ae8
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;
}