Commit 6cee71f1af215c659ae7568a00bec4c155315591
1 parent
454ee3b0f4
Exists in
master
and in
8 other branches
增加退出登录接口
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PuerperaResult.java
View file @
6cee71f
1 | 1 | package com.lyms.platform.operate.web.result; |
2 | 2 | |
3 | +import com.lyms.platform.common.enums.VisitStatusEnums; | |
3 | 4 | import com.lyms.platform.common.utils.DateUtil; |
4 | 5 | import com.lyms.platform.common.utils.JsonUtil; |
5 | 6 | import com.lyms.platform.pojo.Patients; |
... | ... | @@ -50,7 +51,7 @@ |
50 | 51 | |
51 | 52 | private String phone; |
52 | 53 | |
53 | - private int visitStatus; | |
54 | + private int visitStatus=VisitStatusEnums.UNVISIT.getId(); | |
54 | 55 | |
55 | 56 | public int getVisitStatus() { |
56 | 57 | return visitStatus; |