Commit a4a77fd4d742d07049d2b5a67e06b6058301f97e
1 parent
f977827f18
Exists in
master
and in
6 other branches
删除异常
Showing 1 changed file with 9 additions and 9 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/WxMeasureInfoModel.java
View file @
a4a77fd
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | /** |
26 | 26 | * 孕妇/儿保 id |
27 | 27 | */ |
28 | - private String patientId; | |
28 | + private String pid; | |
29 | 29 | |
30 | 30 | /** |
31 | 31 | * 医院ID |
32 | 32 | |
33 | 33 | |
34 | 34 | |
... | ... | @@ -51,20 +51,20 @@ |
51 | 51 | |
52 | 52 | private List<Map> yumInfos; |
53 | 53 | |
54 | - public String getId() { | |
55 | - return id; | |
54 | + public String getPid() { | |
55 | + return pid; | |
56 | 56 | } |
57 | 57 | |
58 | - public void setId(String id) { | |
59 | - this.id = id; | |
58 | + public void setPid(String pid) { | |
59 | + this.pid = pid; | |
60 | 60 | } |
61 | 61 | |
62 | - public String getPatientId() { | |
63 | - return patientId; | |
62 | + public String getId() { | |
63 | + return id; | |
64 | 64 | } |
65 | 65 | |
66 | - public void setPatientId(String patientId) { | |
67 | - this.patientId = patientId; | |
66 | + public void setId(String id) { | |
67 | + this.id = id; | |
68 | 68 | } |
69 | 69 | |
70 | 70 | public String getHospitalId() { |