Commit 4e05133e260f67d4c0efedb7fa4527509c56ad4a
1 parent
26503d5259
Exists in
master
and in
1 other branch
孕建档记录返回type
Showing 2 changed files with 12 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
4e05133
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BookbuildingRecordResult.java
View file @
4e05133
... | ... | @@ -13,7 +13,17 @@ |
13 | 13 | //医院ID |
14 | 14 | private String hospitalId; |
15 | 15 | |
16 | - | |
16 | + //1孕妇 3产妇 | |
17 | + private Integer type; | |
18 | + | |
19 | + public Integer getType() { | |
20 | + return type; | |
21 | + } | |
22 | + | |
23 | + public void setType(Integer type) { | |
24 | + this.type = type; | |
25 | + } | |
26 | + | |
17 | 27 | public String getId() { |
18 | 28 | return id; |
19 | 29 | } |