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

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

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

import java.io.Serializable;

public class YbMzDetailKey implements Serializable {

    private String patient_id;

    private Short times;

    private String mzsxh;

    private Short rec_no;

    private Integer order_no;

    private Short item_no;

    public String getPatient_id() {
        return patient_id;
    }

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

    public Short getTimes() {
        return times;
    }

    public void setTimes(Short times) {
        this.times = times;
    }

    public String getMzsxh() {
        return mzsxh;
    }

    public void setMzsxh(String mzsxh) {
        this.mzsxh = mzsxh;
    }

    public Short getRec_no() {
        return rec_no;
    }

    public void setRec_no(Short rec_no) {
        this.rec_no = rec_no;
    }

    public Integer getOrder_no() {
        return order_no;
    }

    public void setOrder_no(Integer order_no) {
        this.order_no = order_no;
    }

    public Short getItem_no() {
        return item_no;
    }

    public void setItem_no(Short item_no) {
        this.item_no = item_no;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy