| | |
| | | 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; |
| | |
| | | * @throws VciBaseException |
| | | */ |
| | | 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; |
| | | } |