From 3b49dc5651abc56ff021600d458218a3c1754fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E4=BA=AE?= Date: Fri, 17 Oct 2025 13:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screen/controller/SjMaxDeviceController.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/securitycontrol-model/securitycontrol-screen/src/main/java/com/securitycontrol/screen/controller/SjMaxDeviceController.java b/securitycontrol-model/securitycontrol-screen/src/main/java/com/securitycontrol/screen/controller/SjMaxDeviceController.java index 8dae421..def57bd 100644 --- a/securitycontrol-model/securitycontrol-screen/src/main/java/com/securitycontrol/screen/controller/SjMaxDeviceController.java +++ b/securitycontrol-model/securitycontrol-screen/src/main/java/com/securitycontrol/screen/controller/SjMaxDeviceController.java @@ -13,9 +13,9 @@ import org.springframework.beans.factory.annotation.Autowired; import javax.annotation.Resource; /** -* 资源应用利率分析表-大型设备(sj_max_device)表控制层 +* 资源应用利率控制层 * -* @author xxxxx +* @author fly */ @RestController @RequestMapping("/resourceUtilization") @@ -29,10 +29,10 @@ public class SjMaxDeviceController extends BaseController { /** - * 查询工程质量验收项 + * 资源应用利率控制层 * * @param o 传参 - * @return 查询工程质量验收项 + * @return 资源应用利率控制层 */ @GetMapping("selectDeviceEcharts") public AjaxResult selectDeviceEcharts(SjMaxDevice o) {