forked from luyan/epmet-cloud-lingshan
5 changed files with 21 additions and 49 deletions
@ -1,34 +0,0 @@ |
|||||
package com.epmet.resi.partymember.dto.partyOrg.result; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.io.Serializable; |
|
||||
import java.util.ArrayList; |
|
||||
import java.util.List; |
|
||||
|
|
||||
/** |
|
||||
* @program: epmet-cloud |
|
||||
* @description: |
|
||||
* @author: wangtong |
|
||||
* @create: 2022-05-25 11:15 |
|
||||
**/ |
|
||||
@Data |
|
||||
public class BranchListResultDTO implements Serializable { |
|
||||
|
|
||||
/** |
|
||||
* 工作人员所属组织ID |
|
||||
*/ |
|
||||
private String agencyId; |
|
||||
|
|
||||
/** |
|
||||
* 工作人员所属组织ID的pids |
|
||||
*/ |
|
||||
private String agencyPIds; |
|
||||
|
|
||||
/** |
|
||||
* 工作人员所属组织名称 |
|
||||
*/ |
|
||||
private String agencyName; |
|
||||
|
|
||||
private List<IcPartyOrgTreeDTO> children = new ArrayList<>(); |
|
||||
} |
|
Loading…
Reference in new issue