4 changed files with 26 additions and 3 deletions
@ -0,0 +1,22 @@ |
|||||
|
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-30 10:11 |
||||
|
**/ |
||||
|
@Data |
||||
|
public class BranchlistTreeSubDTO implements Serializable { |
||||
|
|
||||
|
private String label; |
||||
|
|
||||
|
private String value; |
||||
|
|
||||
|
} |
Loading…
Reference in new issue