|  |  |  | 
|---|
|  |  |  | package com.doumee.biz.system; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.dao.system.dto.CreateSystemUserDTO; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.CreateUserRoleDTO; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.ResetSystemUserPwdDTO; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.UpdatePwdDto; | 
|---|
|  |  |  | import org.springframework.web.multipart.MultipartFile; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.*; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void createUserRole(CreateUserRoleDTO dto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 企业创建用户 | 
|---|
|  |  |  | * @param createCompanyUserDTO | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void companyCreateUser(CreateCompanyUserDTO createCompanyUserDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void companyUpdUser(CreateCompanyUserDTO updCreateCompanyUserDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void updPassword(CreateCompanyUserDTO updCreateCompanyUserDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void updUserStatus(Integer id,Integer status); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|