Prechádzať zdrojové kódy

把i健康的job工程独立出来

chenweida 7 rokov pred
rodič
commit
be1d89d625

+ 8 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/patient/prescription/PrescriptionExpressage.java

@ -220,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;