From e28e6c5ea1ceff3f9f36698cc2c1866b4f47d527 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 16 八月 2024 15:10:17 +0800
Subject: [PATCH] 11

---
 wgcloud-server/src/main/java/se/wgcloud/service/TcpStateService.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/wgcloud-server/src/main/java/com/wgcloud/service/TcpStateService.java b/wgcloud-server/src/main/java/se/wgcloud/service/TcpStateService.java
similarity index 85%
rename from wgcloud-server/src/main/java/com/wgcloud/service/TcpStateService.java
rename to wgcloud-server/src/main/java/se/wgcloud/service/TcpStateService.java
index ea5370d..070027e 100644
--- a/wgcloud-server/src/main/java/com/wgcloud/service/TcpStateService.java
+++ b/wgcloud-server/src/main/java/se/wgcloud/service/TcpStateService.java
@@ -1,11 +1,11 @@
-package com.wgcloud.service;
+package se.wgcloud.service;
 
 import com.github.pagehelper.PageHelper;
 import com.github.pagehelper.PageInfo;
-import com.wgcloud.entity.TcpState;
-import com.wgcloud.mapper.TcpStateMapper;
-import com.wgcloud.util.DateUtil;
-import com.wgcloud.util.UUIDUtil;
+import se.wgcloud.entity.TcpState;
+import se.wgcloud.mapper.TcpStateMapper;
+import se.wgcloud.util.DateUtil;
+import se.wgcloud.util.UUIDUtil;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 
@@ -14,11 +14,11 @@
 
 /**
  * @version v2.3
- * @ClassName:TcpStateService.java
- * @author: http://www.wgstart.com
+ * @ClassName: TcpStateService.java
+ * @author: 
  * @date: 2019骞�11鏈�16鏃�
  * @Description: TcpStateService.java
- * @Copyright: 2017-2024 wgcloud. All rights reserved.
+ * @Copyright:
  */
 @Service
 public class TcpStateService {

--
Gitblit v1.9.3