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

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

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

import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;

public class HOSResultQueryUserDataExtDataBaseinfoDTO implements Serializable {
    private String psn_no;
    private String psn_cert_type;
    private String certno;
    private String psn_name;
    private String gend;
    private String naty;
    private Date brdy;
    private BigDecimal age;
    private String exp_content; //9 exp_content 字段扩展 字符型 4000

    public String getPsn_no() {
        return psn_no;
    }

    public void setPsn_no(String psn_no) {
        this.psn_no = psn_no;
    }

    public String getPsn_cert_type() {
        return psn_cert_type;
    }

    public void setPsn_cert_type(String psn_cert_type) {
        this.psn_cert_type = psn_cert_type;
    }

    public String getCertno() {
        return certno;
    }

    public void setCertno(String certno) {
        this.certno = certno;
    }

    public String getPsn_name() {
        return psn_name;
    }

    public void setPsn_name(String psn_name) {
        this.psn_name = psn_name;
    }

    public String getGend() {
        return gend;
    }

    public void setGend(String gend) {
        this.gend = gend;
    }

    public String getNaty() {
        return naty;
    }

    public void setNaty(String naty) {
        this.naty = naty;
    }

    public Date getBrdy() {
        return brdy;
    }

    public void setBrdy(Date brdy) {
        this.brdy = brdy;
    }

    public BigDecimal getAge() {
        return age;
    }

    public void setAge(BigDecimal age) {
        this.age = age;
    }

    public String getExp_content() {
        return exp_content;
    }

    public void setExp_content(String exp_content) {
        this.exp_content = exp_content;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy