| | |
| | | import com.doumee.dao.system.dto.CreateUserRoleDTO; |
| | | import com.doumee.dao.system.dto.ResetSystemUserPwdDTO; |
| | | import com.doumee.dao.system.dto.UpdatePwdDto; |
| | | import com.doumee.dao.system.model.SystemUser; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | void updateById(CreateSystemUserDTO systemUser); |
| | | |
| | | void updUserProhibitStatus(SystemUser user, LoginUserInfo loginUserInfo); |
| | | /** |
| | | * 创建用户角色 |
| | | * @author Eva.Caesar Liu |