|
@ -33,6 +33,7 @@ public class PrescriptionExpressage extends IdEntity{
|
|
|
private String streetCode; //收货人街道代码
|
|
|
private String streetName; //收货人街道名称
|
|
|
private Integer price; //快递的配送费用 单位是分
|
|
|
private Integer weight; //快递重量 单位是g
|
|
|
private String expressageName; //配送人名称
|
|
|
private String expressageCode; //配送人code
|
|
|
private String expressageMobile; //配送人电话
|
|
@ -219,6 +220,14 @@ public class PrescriptionExpressage extends IdEntity{
|
|
|
this.expressageMobile = expressageMobile;
|
|
|
}
|
|
|
|
|
|
public Integer getWeight() {
|
|
|
return weight;
|
|
|
}
|
|
|
|
|
|
public void setWeight(Integer weight) {
|
|
|
this.weight = weight;
|
|
|
}
|
|
|
|
|
|
@Transient
|
|
|
public Integer getDispensaryType() {
|
|
|
return dispensaryType;
|