public class GhReceiptChargeKey extends Object implements Serializable
| 构造器和说明 |
|---|
GhReceiptChargeKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBill_code() |
Integer |
getLedger_sn() |
String |
getPatient_id() |
Integer |
getReceipt_sn() |
Short |
getTimes() |
void |
setBill_code(String bill_code) |
void |
setLedger_sn(Integer ledger_sn) |
void |
setPatient_id(String patient_id) |
void |
setReceipt_sn(Integer receipt_sn) |
void |
setTimes(Short times) |
public String getPatient_id()
public void setPatient_id(String patient_id)
public Short getTimes()
public void setTimes(Short times)
public Integer getLedger_sn()
public void setLedger_sn(Integer ledger_sn)
public Integer getReceipt_sn()
public void setReceipt_sn(Integer receipt_sn)
public String getBill_code()
public void setBill_code(String bill_code)
Copyright © 2022. All rights reserved.