From 25b19e60e004290531f61fdf608d1adb5e531903 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期六, 12 七月 2025 14:40:12 +0800
Subject: [PATCH] 保洁巡检本周代码

---
 ruoyi-system/src/main/java/com/ruoyi/system/vo/system/InspectorListVO.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/vo/system/InspectorListVO.java b/ruoyi-system/src/main/java/com/ruoyi/system/vo/system/InspectorListVO.java
index 6c39166..9199f1e 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/vo/system/InspectorListVO.java
+++ b/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;
 
 }

--
Gitblit v1.7.1