Commit ff98924bed60f0f41b5bbf1f52a2a933722a7536
1 parent
318eeb033a
Exists in
master
and in
1 other branch
111
Showing 2 changed files with 14 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
ff98924
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/SieveListResult.java
View file @
ff98924
... | ... | @@ -19,6 +19,8 @@ |
19 | 19 | private String parentId; |
20 | 20 | //姓名 |
21 | 21 | private String name; |
22 | + | |
23 | + private String age; | |
22 | 24 | //当前孕周 |
23 | 25 | private String cDueWeek; |
24 | 26 | //胎数 |
... | ... | @@ -50,6 +52,17 @@ |
50 | 52 | |
51 | 53 | public void setCsRemarkTypeId(String csRemarkTypeId) { |
52 | 54 | this.csRemarkTypeId = csRemarkTypeId; |
55 | + } | |
56 | + | |
57 | + public String getAge() { | |
58 | + if(null==age){ | |
59 | + return SPIT; | |
60 | + } | |
61 | + return age; | |
62 | + } | |
63 | + | |
64 | + public void setAge(String age) { | |
65 | + this.age = age; | |
53 | 66 | } |
54 | 67 | |
55 | 68 | public String getCsRemarkTypeText() { |