| | |
| | | import org.jeecg.modules.dnc.request.ProcessStreamRequest; |
| | | import org.jeecg.modules.dnc.ucenter.Department; |
| | | import org.jeecg.modules.system.entity.MdcProduction; |
| | | import org.jeecg.modules.system.entity.SysUser; |
| | | |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | boolean assignRemoveDepart(ProcessStream processStream, Collection<MdcProduction> departmentList); |
| | | |
| | | |
| | | /** |
| | | * 分配用户权限 |
| | | * @param processStream |
| | | * @param userList |
| | | * @return |
| | | */ |
| | | boolean assignAddUser(ProcessStream processStream, Collection<SysUser> userList); |
| | | |
| | | /** |
| | | * 移除用户权限 |
| | | * @param processStream |
| | | * @param userList |
| | | * @return |
| | | */ |
| | | boolean assignRemoveUser(ProcessStream processStream, Collection<SysUser> userList); |
| | | } |