Commit 2eed2e166588db9a701fdc743b383ff7bd26cfaf
1 parent
7627495594
Exists in
master
and in
1 other branch
检查项
Showing 2 changed files with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ResidentsArchiveFacade.java
View file @
2eed2e1
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/ResidentsArchiveResult.java
View file @
2eed2e1
| ... | ... | @@ -161,13 +161,13 @@ |
| 161 | 161 | private String photo; |
| 162 | 162 | |
| 163 | 163 | // 是否军嫂 |
| 164 | - private String military; | |
| 164 | + private Integer military; | |
| 165 | 165 | |
| 166 | - public String getMilitary() { | |
| 166 | + public Integer getMilitary() { | |
| 167 | 167 | return military; |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | - public void setMilitary(String military) { | |
| 170 | + public void setMilitary(Integer military) { | |
| 171 | 171 | this.military = military; |
| 172 | 172 | } |
| 173 | 173 |