From 2158d2c1a531ef712be2836902958c5e542e1f4b Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期一, 18 八月 2025 18:02:54 +0800
Subject: [PATCH] 规范mes包下接口的请求前缀

---
 src/main/java/org/jeecg/modules/andon/mapper/AndonResponseConfigMapper.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/jeecg/modules/andon/mapper/AndonResponseConfigMapper.java b/src/main/java/org/jeecg/modules/andon/mapper/AndonResponseConfigMapper.java
index 85c537d..6801fdb 100644
--- a/src/main/java/org/jeecg/modules/andon/mapper/AndonResponseConfigMapper.java
+++ b/src/main/java/org/jeecg/modules/andon/mapper/AndonResponseConfigMapper.java
@@ -2,7 +2,10 @@
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import org.apache.ibatis.annotations.Param;
+import org.jeecg.modules.andon.dto.AndonButtonDTO;
 import org.jeecg.modules.andon.entity.AndonResponseConfig;
+
+import java.util.List;
 
 /**
  * @Description: 瀹夌伅鍝嶅簲閰嶇疆
@@ -12,4 +15,5 @@
  */
 public interface AndonResponseConfigMapper extends BaseMapper<AndonResponseConfig> {
     AndonResponseConfig getAndonResponseConfigByFactoryIdAndButtonId(@Param("factoryId") String factoryId, @Param("buttonId") String buttonId);
+
 }

--
Gitblit v1.9.3