xiaoyong931011
2022-12-12 21b61754dce38193d780c998f49d5ca0ba66cd4f
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.dapp.vo;
 
import lombok.Data;
 
@Data
public class AdminMemberIdentityVo {
 
    private String identityCode;
 
    private String identityValue;
 
}