yxh
8 天以前 b2a80ff36f3492bbd6fca9d63223e4fec2a8352a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package com.smartor.domain;
 
import com.ruoyi.common.annotation.Excel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class BingRenXX {
    @ApiModelProperty(value = "身份证")
    public String ZhengJianHM;
 
    @ApiModelProperty(value = "证件类型代码")
    public String ZhengJianLXDM;
 
    @ApiModelProperty(value = "证件类型名称")
    public String ZhengJianLXMC;
 
    @ApiModelProperty(value = "组织机构ID")
    public String ZuZhiJGID;
 
    @ApiModelProperty(value = "组织机构铝箔")
    public String ZuZhiJGMC;
 
}