liubing преди 3 години
родител
ревизия
18d9ebbeeb
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      common/common-entity/src/main/java/com/yihu/jw/entity/patient/PatientDevice.java

+ 3 - 0
common/common-entity/src/main/java/com/yihu/jw/entity/patient/PatientDevice.java

@ -301,6 +301,7 @@ public class PatientDevice extends IdEntity {
    public PatientDevice() {
    }
    @Column(name = "apply_status")
    public Integer getApplyStatus() {
        return applyStatus;
    }
@ -309,6 +310,7 @@ public class PatientDevice extends IdEntity {
        this.applyStatus = applyStatus;
    }
    @Column(name = "apply_reason")
    public String getApplyReason() {
        return applyReason;
    }
@ -317,6 +319,7 @@ public class PatientDevice extends IdEntity {
        this.applyReason = applyReason;
    }
    @Column(name = "refuse_reason")
    public String getRefuseReason() {
        return refuseReason;
    }