소스 검색

Merge branch 'dev' of trick9191/patient-co-management into dev

trick9191 7 년 전
부모
커밋
84de4c2a1a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      common/common-entity/src/main/java/com/yihu/wlyy/entity/patient/SignFamilyRenewLog.java

+ 9 - 0
common/common-entity/src/main/java/com/yihu/wlyy/entity/patient/SignFamilyRenewLog.java

@ -36,6 +36,8 @@ public class SignFamilyRenewLog extends IdEntity {
    private String renewChangeReason;
    private String expensesStatus;
    private String patient;
    public String getSignCode() {
        return signCode;
    }
@ -211,4 +213,11 @@ public class SignFamilyRenewLog extends IdEntity {
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }
    public String getPatient() {
        return patient;
    }
    public void setPatient(String patient) {
        this.patient = patient;
    }
}