代理人角色查询
This commit is contained in:
@@ -394,11 +394,23 @@ public class CaseApplication extends BaseEntity {
|
||||
* 部门长状态
|
||||
*/
|
||||
private List<Integer> deptHeadStatus;
|
||||
/**
|
||||
* 代理人角色有关部门
|
||||
*/
|
||||
private List<Long> agentDeptIds;
|
||||
/**
|
||||
* 财务状态
|
||||
*/
|
||||
private Integer financeStatus;
|
||||
|
||||
public List<Long> getAgentDeptIds() {
|
||||
return agentDeptIds;
|
||||
}
|
||||
|
||||
public void setAgentDeptIds(List<Long> agentDeptIds) {
|
||||
this.agentDeptIds = agentDeptIds;
|
||||
}
|
||||
|
||||
public String getLoginUserName() {
|
||||
return loginUserName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user