From c635d78b479510ebe2556a420948effcd30a0731 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 21 十二月 2024 18:40:43 +0800
Subject: [PATCH] 新建德森项目分支

---
 zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/UserLoginService.java |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/UserLoginService.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/UserLoginService.java
index 70b85fe..be06855 100644
--- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/UserLoginService.java
+++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/UserLoginService.java
@@ -1,14 +1,14 @@
-package com.zy.asrs.wms.system.service;
-
-import com.baomidou.mybatisplus.extension.service.IService;
-import com.zy.asrs.wms.system.entity.UserLogin;
-
-import javax.servlet.http.HttpServletRequest;
-
-public interface UserLoginService extends IService<UserLogin> {
-
-    void saveAsync(Long userId, String token, Integer type, Long hostId, String memo, HttpServletRequest request);
-
-    UserLogin superFindByUserId(Long userId, String system);
-
-}
+package com.zy.asrs.wms.system.service;
+
+import com.baomidou.mybatisplus.extension.service.IService;
+import com.zy.asrs.wms.system.entity.UserLogin;
+
+import javax.servlet.http.HttpServletRequest;
+
+public interface UserLoginService extends IService<UserLogin> {
+
+    void saveAsync(Long userId, String token, Integer type, Long hostId, String memo, HttpServletRequest request);
+
+    UserLogin superFindByUserId(Long userId, String system);
+
+}

--
Gitblit v1.9.1