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

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

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

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

public class MzDetailChargeSub implements Serializable {
    private String patient_id;//
    private Integer times;//
    private Integer order_no;//
    private String apply_no;//
    private String ordered_by;//
    private String ordered_doctor;//
    private Integer row_count;//
    private BigDecimal order_charge;//
    private String req_class;//
    private String item_string;//

    public String getPatient_id() {
        return patient_id;
    }

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

    public Integer getTimes() {
        return times;
    }

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

    public Integer getOrder_no() {
        return order_no;
    }

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

    public String getApply_no() {
        return apply_no;
    }

    public void setApply_no(String apply_no) {
        this.apply_no = apply_no;
    }

    public String getOrdered_by() {
        return ordered_by;
    }

    public void setOrdered_by(String ordered_by) {
        this.ordered_by = ordered_by;
    }

    public String getOrdered_doctor() {
        return ordered_doctor;
    }

    public void setOrdered_doctor(String ordered_doctor) {
        this.ordered_doctor = ordered_doctor;
    }

    public Integer getRow_count() {
        return row_count;
    }

    public void setRow_count(Integer row_count) {
        this.row_count = row_count;
    }

    public BigDecimal getOrder_charge() {
        return order_charge;
    }

    public void setOrder_charge(BigDecimal order_charge) {
        this.order_charge = order_charge;
    }

    public String getReq_class() {
        return req_class;
    }

    public void setReq_class(String req_class) {
        this.req_class = req_class;
    }

    public String getItem_string() {
        return item_string;
    }

    public void setItem_string(String item_string) {
        this.item_string = item_string;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy