Commit ad5be77ac9897c29d151fe8d0c1c468776550d58
1 parent
642d81b6b4
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 9 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexListResult.java
View file @
ad5be77
... | ... | @@ -43,8 +43,17 @@ |
43 | 43 | private String cardNo; |
44 | 44 | private String vcCardNo; |
45 | 45 | private String isSieve; |
46 | + private String isH="0"; | |
46 | 47 | //<!---------基本信息-----------> |
47 | 48 | |
49 | + | |
50 | + public String getIsH() { | |
51 | + return isH; | |
52 | + } | |
53 | + | |
54 | + public void setIsH(String isH) { | |
55 | + this.isH = isH; | |
56 | + } | |
48 | 57 | |
49 | 58 | public String getBirth() { |
50 | 59 | return birth; |