yuxc
2025-01-15 9503c595d3508c80cbbacf6e69dca459771d250e
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;
@@ -283,4 +284,12 @@
     * @return
     */
    String expUser() throws PLException;
    /**
     * 修改用户头像
     * @param file 文件
     * @return
     */
    boolean updateUserPhoto(MultipartFile file) throws PLException;
    String getUserPhoto() throws PLException;
}