|
|
|
@ -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")
|
|
|
|
|