From 1108ba1606f5baa3b799cb3e4631bb9ec25aa474 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Mon, 24 Jun 2024 09:45:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B5=84=E4=BA=A7=E7=99=BB=E8=AE=B0bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/property/TdPropertyChangeListController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyChangeListController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyChangeListController.java index ae9c460..98c865e 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyChangeListController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/property/TdPropertyChangeListController.java @@ -3,7 +3,6 @@ package com.ruoyi.web.controller.system.property; import com.ruoyi.common.core.controller.BaseController; import com.ruoyi.common.core.page.TableDataInfo; import com.ruoyi.system.domain.TdPropertyManager; -import com.ruoyi.system.service.ITdPropertyInfoService; import com.ruoyi.system.service.ITdPropertyManagerService; import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; @@ -20,7 +19,7 @@ import java.util.List; * @version JDK 8 * @className TdPropertyChangeListController * @date 2024/6/24 - * @description TODO + * @description 资产变更 */ @Controller @RequestMapping("/system/change/list")