rk
2 天以前 19321e1348baefa2a9f5211c42f8b797c0fcccd1
server/system_service/src/main/java/com/doumee/biz/system/SystemUserBiz.java
@@ -4,6 +4,8 @@
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;
@@ -57,6 +59,7 @@
     */
    void updateById(CreateSystemUserDTO systemUser);
    void updUserProhibitStatus(SystemUser user, LoginUserInfo loginUserInfo);
    /**
     * 创建用户角色
     * @author Eva.Caesar Liu