Commit 5744b6d838f4f250a8cd0151e116473cfb70d088
1 parent
2d700e4668
Exists in
master
and in
8 other branches
修改了一个list的名字,前端好处理一些
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/DischargeAbstractQueryResult.java
View file @
5744b6d
... | ... | @@ -104,9 +104,9 @@ |
104 | 104 | /** |
105 | 105 | * @auther HuJiaqi |
106 | 106 | * @createTime 2016年12月06日 14时18分 |
107 | - * @discription 孩子model的list | |
107 | + * @discription 孩子model的list,这个命名是因为高颖提出这样他好处理,后端只需要改一下名字并不麻烦,但是save的bean和查询的bean并不是一个 | |
108 | 108 | */ |
109 | - private List<DischargeAbstractBabyQueryModel> dischargeAbstractBabyQueryModelList; | |
109 | + private List<DischargeAbstractBabyQueryModel> babyList; | |
110 | 110 | |
111 | 111 | public String getStatus() { |
112 | 112 | return status; |
113 | 113 | |
... | ... | @@ -189,11 +189,11 @@ |
189 | 189 | } |
190 | 190 | |
191 | 191 | public List<DischargeAbstractBabyQueryModel> getDischargeAbstractBabyQueryModelList() { |
192 | - return dischargeAbstractBabyQueryModelList; | |
192 | + return babyList; | |
193 | 193 | } |
194 | 194 | |
195 | 195 | public void setDischargeAbstractBabyQueryModelList(List<DischargeAbstractBabyQueryModel> dischargeAbstractBabyQueryModelList) { |
196 | - this.dischargeAbstractBabyQueryModelList = dischargeAbstractBabyQueryModelList; | |
196 | + this.babyList = dischargeAbstractBabyQueryModelList; | |
197 | 197 | } |
198 | 198 | |
199 | 199 | public String getPatientId() { |