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

com.founder.core.domain.MzPatientMi Maven / Gradle / Ivy

There is a newer version: 3.2.3.2
Show newest version
package com.founder.core.domain;

import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;

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

@TableName(value="mz_patient_mi")
public class MzPatientMi implements Serializable {

    @TableId(value = "patient_id", type = IdType.INPUT)
    private String patient_id;

    private String outpatient_no;

    private String inpatient_no;

    private String social_no;

    private String hic_no;

    private String p_bar_code;

    private String name;

    private String sex;

    private String marry_code;

    private String country_code;

    private String nation_code;

    private String birth_place;

    private String home_district;

    private String home_street;

    private String home_tel;

    private String home_zipcode;

    private String relation_name;

    private String relation_code;

    private String relation_tel;

    private String response_type;

    private String contract_code;

    private String insurl_code;

    private Double balance;

    private Integer max_times;

    private Date lv_data;

    private Date birthday;

    private String occupation_type;

    private String black_flag;

    private String py_code;

    private String cpy;

    private Short max_ledger_sn;

    private Short max_item_sn;

    private Short max_receipt_sn;

    private String charge_type;

    private String addition_no1;

    public String getPatient_id() {
        return patient_id;
    }

    public void setPatient_id(String patient_id) {
        this.patient_id = patient_id;
    }

    public String getOutpatient_no() {
        return outpatient_no;
    }

    public void setOutpatient_no(String outpatient_no) {
        this.outpatient_no = outpatient_no;
    }

    public String getInpatient_no() {
        return inpatient_no;
    }

    public void setInpatient_no(String inpatient_no) {
        this.inpatient_no = inpatient_no;
    }

    public String getSocial_no() {
        return social_no;
    }

    public void setSocial_no(String social_no) {
        this.social_no = social_no;
    }

    public String getHic_no() {
        return hic_no;
    }

    public void setHic_no(String hic_no) {
        this.hic_no = hic_no;
    }

    public String getP_bar_code() {
        return p_bar_code;
    }

    public void setP_bar_code(String p_bar_code) {
        this.p_bar_code = p_bar_code;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getSex() {
        return sex;
    }

    public void setSex(String sex) {
        this.sex = sex;
    }

    public String getMarry_code() {
        return marry_code;
    }

    public void setMarry_code(String marry_code) {
        this.marry_code = marry_code;
    }

    public String getCountry_code() {
        return country_code;
    }

    public void setCountry_code(String country_code) {
        this.country_code = country_code;
    }

    public String getNation_code() {
        return nation_code;
    }

    public void setNation_code(String nation_code) {
        this.nation_code = nation_code;
    }

    public String getBirth_place() {
        return birth_place;
    }

    public void setBirth_place(String birth_place) {
        this.birth_place = birth_place;
    }

    public String getHome_district() {
        return home_district;
    }

    public void setHome_district(String home_district) {
        this.home_district = home_district;
    }

    public String getHome_street() {
        return home_street;
    }

    public void setHome_street(String home_street) {
        this.home_street = home_street;
    }

    public String getHome_tel() {
        return home_tel;
    }

    public void setHome_tel(String home_tel) {
        this.home_tel = home_tel;
    }

    public String getHome_zipcode() {
        return home_zipcode;
    }

    public void setHome_zipcode(String home_zipcode) {
        this.home_zipcode = home_zipcode;
    }

    public String getRelation_name() {
        return relation_name;
    }

    public void setRelation_name(String relation_name) {
        this.relation_name = relation_name;
    }

    public String getRelation_code() {
        return relation_code;
    }

    public void setRelation_code(String relation_code) {
        this.relation_code = relation_code;
    }

    public String getRelation_tel() {
        return relation_tel;
    }

    public void setRelation_tel(String relation_tel) {
        this.relation_tel = relation_tel;
    }

    public String getResponse_type() {
        return response_type;
    }

    public void setResponse_type(String response_type) {
        this.response_type = response_type;
    }

    public String getContract_code() {
        return contract_code;
    }

    public void setContract_code(String contract_code) {
        this.contract_code = contract_code;
    }

    public String getInsurl_code() {
        return insurl_code;
    }

    public void setInsurl_code(String insurl_code) {
        this.insurl_code = insurl_code;
    }

    public Double getBalance() {
        return balance;
    }

    public void setBalance(Double balance) {
        this.balance = balance;
    }

    public Integer getMax_times() {
        return max_times;
    }

    public void setMax_times(Integer max_times) {
        this.max_times = max_times;
    }

    public Date getLv_data() {
        return lv_data;
    }

    public void setLv_data(Date lv_data) {
        this.lv_data = lv_data;
    }

    public Date getBirthday() {
        return birthday;
    }

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

    public String getOccupation_type() {
        return occupation_type;
    }

    public void setOccupation_type(String occupation_type) {
        this.occupation_type = occupation_type;
    }

    public String getBlack_flag() {
        return black_flag;
    }

    public void setBlack_flag(String black_flag) {
        this.black_flag = black_flag;
    }

    public String getPy_code() {
        return py_code;
    }

    public void setPy_code(String py_code) {
        this.py_code = py_code;
    }

    public String getCpy() {
        return cpy;
    }

    public void setCpy(String cpy) {
        this.cpy = cpy;
    }

    public Short getMax_ledger_sn() {
        return max_ledger_sn;
    }

    public void setMax_ledger_sn(Short max_ledger_sn) {
        this.max_ledger_sn = max_ledger_sn;
    }

    public Short getMax_item_sn() {
        return max_item_sn;
    }

    public void setMax_item_sn(Short max_item_sn) {
        this.max_item_sn = max_item_sn;
    }

    public Short getMax_receipt_sn() {
        return max_receipt_sn;
    }

    public void setMax_receipt_sn(Short max_receipt_sn) {
        this.max_receipt_sn = max_receipt_sn;
    }

    public String getCharge_type() {
        return charge_type;
    }

    public void setCharge_type(String charge_type) {
        this.charge_type = charge_type;
    }

    public String getAddition_no1() {
        return addition_no1;
    }

    public void setAddition_no1(String addition_no1) {
        this.addition_no1 = addition_no1;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy