Commit ff2ca2ed96dcb5b304292bf4af1185c924a26e46
1 parent
d13ee35791
Exists in
master
and in
8 other branches
增加退出登录接口
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/SimpleVisit.java
View file @
ff2ca2e
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | /** |
38 | 38 | * 检查时间 |
39 | 39 | */ |
40 | - private String checktime; | |
40 | + private String checkTime; | |
41 | 41 | |
42 | 42 | /** |
43 | 43 | * 分娩后的天数 |
44 | 44 | |
... | ... | @@ -148,11 +148,11 @@ |
148 | 148 | } |
149 | 149 | |
150 | 150 | public String getChecktime() { |
151 | - return checktime; | |
151 | + return checkTime; | |
152 | 152 | } |
153 | 153 | |
154 | 154 | public void setChecktime(String checktime) { |
155 | - this.checktime = checktime; | |
155 | + this.checkTime = checktime; | |
156 | 156 | } |
157 | 157 | |
158 | 158 | public String getDays() { |