From 7f46bc0760299c943c0373215f75986ee8062821 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期三, 26 十一月 2025 13:21:13 +0800
Subject: [PATCH] 新增企业微信的接口
---
src/main/java/com/gs/xky/service/Impl/QwStaffServiceImpl.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/gs/xky/service/Impl/QwStaffServiceImpl.java b/src/main/java/com/gs/xky/service/Impl/QwStaffServiceImpl.java
index f58f4f9..b6d298a 100644
--- a/src/main/java/com/gs/xky/service/Impl/QwStaffServiceImpl.java
+++ b/src/main/java/com/gs/xky/service/Impl/QwStaffServiceImpl.java
@@ -1,19 +1,19 @@
package com.gs.xky.service.Impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import generator.domain.QwStaff;
-import com.gs.xky.service.QwStaffService;
+import com.gs.xky.entity.QwStaff;
import com.gs.xky.mapper.QwStaffMapper;
+import com.gs.xky.service.QwStaffService;
import org.springframework.stereotype.Service;
/**
-* @author Administrator
-* @description 閽堝琛ㄣ�怮W_STAFF銆戠殑鏁版嵁搴撴搷浣淪ervice瀹炵幇
-* @createDate 2025-11-26 10:51:47
-*/
+ * @author Administrator
+ * @description 閽堝琛ㄣ�怮W_STAFF銆戠殑鏁版嵁搴撴搷浣淪ervice瀹炵幇
+ * @createDate 2025-11-26 10:51:47
+ */
@Service
public class QwStaffServiceImpl extends ServiceImpl<QwStaffMapper, QwStaff>
- implements QwStaffService{
+ implements QwStaffService {
}
--
Gitblit v1.9.3