All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.mip.vopackage.HOSResultGetAuthDataDTO Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.mip.vopackage;

import java.io.Serializable;

public class HOSResultGetAuthDataDTO implements Serializable {
    private String userName;//1 userName 用户姓名 字符型 50 N Y
    private String idNo;//2 idNo 证件号码 字符型 30 N Y
    private String idType;//3 idType 证件类型 字符型 3 Y Y 参见字典表-证件类型
    private String ecToken;//4 ecToken 身份核验令牌 字符型 40 N Y 用于业务处理验证
    private String insuOrg;//5 insuOrg 参保地行政区划 字符型 6 Y Y
    private String authNo;//6 authNo 授权流水号 字符型 40 N N
    private String ecIndexNo;//7 ecIndexNo 外部索引号 字符型 32 N N 预留字段
    private String gender;//8 gender 性别 字符型 3 N N 预留字段
    private String birthday;//9 birthday 出生日期 字符型 10 N N 预留字段
    private String nationality;//10 nationality 国籍 字符型 40 N N 预留字段
    private String email;//11 email 电子邮箱 字符型 40 N N 预留字段

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName;
    }

    public String getIdNo() {
        return idNo;
    }

    public void setIdNo(String idNo) {
        this.idNo = idNo;
    }

    public String getIdType() {
        return idType;
    }

    public void setIdType(String idType) {
        this.idType = idType;
    }

    public String getEcToken() {
        return ecToken;
    }

    public void setEcToken(String ecToken) {
        this.ecToken = ecToken;
    }

    public String getInsuOrg() {
        return insuOrg;
    }

    public void setInsuOrg(String insuOrg) {
        this.insuOrg = insuOrg;
    }

    public String getAuthNo() {
        return authNo;
    }

    public void setAuthNo(String authNo) {
        this.authNo = authNo;
    }

    public String getEcIndexNo() {
        return ecIndexNo;
    }

    public void setEcIndexNo(String ecIndexNo) {
        this.ecIndexNo = ecIndexNo;
    }

    public String getGender() {
        return gender;
    }

    public void setGender(String gender) {
        this.gender = gender;
    }

    public String getBirthday() {
        return birthday;
    }

    public void setBirthday(String birthday) {
        this.birthday = birthday;
    }

    public String getNationality() {
        return nationality;
    }

    public void setNationality(String nationality) {
        this.nationality = nationality;
    }

    public String getEmail() {
        return email;
    }

    public void setEmail(String email) {
        this.email = email;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy