|
@ -48,8 +48,8 @@ public class Prescription extends IdEntity {
|
|
|
private String caMessage; //ca指纹信息
|
|
|
private String remark; //处方备注
|
|
|
private String reason; //续方原因
|
|
|
private Double ybCost; //医保费用
|
|
|
private Double myCost; //自己付费
|
|
|
// private Double ybCost; //医保费用
|
|
|
// private Double myCost; //自己付费
|
|
|
|
|
|
@Column(name = "code", unique = true, nullable = false)
|
|
|
public String getCode() {
|
|
@ -307,20 +307,4 @@ public class Prescription extends IdEntity {
|
|
|
public void setCaCertData(String caCertData) {
|
|
|
this.caCertData = caCertData;
|
|
|
}
|
|
|
|
|
|
public Double getYbCost() {
|
|
|
return ybCost;
|
|
|
}
|
|
|
|
|
|
public void setYbCost(Double ybCost) {
|
|
|
this.ybCost = ybCost;
|
|
|
}
|
|
|
|
|
|
public Double getMyCost() {
|
|
|
return myCost;
|
|
|
}
|
|
|
|
|
|
public void setMyCost(Double myCost) {
|
|
|
this.myCost = myCost;
|
|
|
}
|
|
|
}
|