From d6e9b6f11fd8f36895eb70f092bdd8c412750111 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@vci-tech.com> Date: 星期四, 16 一月 2025 12:00:42 +0800 Subject: [PATCH] 补充AOF服务 --- Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java b/Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java index 8f653e9..e08fa05 100644 --- a/Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java @@ -5,6 +5,7 @@ import com.vci.pagemodel.SmUserVO; import com.vci.starter.web.exception.VciBaseException; import com.vci.starter.web.pagemodel.*; +import org.springframework.web.multipart.MultipartFile; import java.io.File; import java.util.Collection; @@ -276,5 +277,19 @@ * @return * @throws VciBaseException */ - List<SmUserVO> listUserByUserType() throws PLException; + List<SmUserVO> listUserByUserType(Integer type) throws PLException; + + /** + * 瀵煎嚭鐢ㄦ埛鍒楄〃涓夊憳璐﹀彿闄ゅ + * @return + */ + String expUser() throws PLException; + /** + * 淇敼鐢ㄦ埛澶村儚 + * @param file 鏂囦欢 + * @return + */ + boolean updateUserPhoto(MultipartFile file) throws PLException; + + String getUserPhoto() throws PLException; } -- Gitblit v1.9.3