From 5d3b3b74afd2ac4cf21697fc38367b2f88170e9f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 24 六月 2024 23:12:17 +0800 Subject: [PATCH] 功能完善 --- src/main/java/com/taoke/autopay/service/ClientInfoService.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/taoke/autopay/service/ClientInfoService.java b/src/main/java/com/taoke/autopay/service/ClientInfoService.java index f70ca50..5ba0deb 100644 --- a/src/main/java/com/taoke/autopay/service/ClientInfoService.java +++ b/src/main/java/com/taoke/autopay/service/ClientInfoService.java @@ -24,6 +24,17 @@ **/ public ClientInfo login(String account, String pwd) throws LoginException; + + + /** + * @author hxh + * @description 閫�鍑虹櫥褰� + * @date 16:49 2024/6/18 + * @param: uid + * @return com.taoke.autopay.entity.ClientInfo + **/ + public void logout(Long uid); + /** * @author hxh * @description /鏍规嵁涓婚敭鏌ヨ -- Gitblit v1.8.0