Commit 6f86e32fb5cda8b8c27e7b2105009e8c874685e2

Authored by jiangjiazhi
1 parent b7b1ac8f11

增加退出登录接口

Showing 1 changed file with 3 additions and 3 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/BabyVisitModel.java View file @ 6f86e32
... ... @@ -170,7 +170,7 @@
170 170 private String complexion;
171 171  
172 172 // 黄疸部位
173   - private String JaundiceParts;
  173 + private String jaundiceParts;
174 174  
175 175 // 前卤
176 176 private String bregma;
177 177  
... ... @@ -382,11 +382,11 @@
382 382 }
383 383  
384 384 public String getJaundiceParts() {
385   - return JaundiceParts;
  385 + return jaundiceParts;
386 386 }
387 387  
388 388 public void setJaundiceParts(String jaundiceParts) {
389   - JaundiceParts = jaundiceParts;
  389 + jaundiceParts = jaundiceParts;
390 390 }
391 391  
392 392 public String getBregma() {