From 2601b5f18d4464a6848b399c034e8266180725c8 Mon Sep 17 00:00:00 2001
From: Administrator <2856754968@qq.com>
Date: 星期五, 19 十二月 2025 13:30:31 +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