Commit 9b72851dc945ed4c8d17ab44053f311d6ced3487
1 parent
9d82dbb077
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 5 additions and 5 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BabyEyeCheck.java
View file @
9b72851
| ... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 | * 眼病高危因素 |
| 51 | 51 | */ |
| 52 | 52 | private List<String> riskFactorId; |
| 53 | - private String riskFactorOhter; | |
| 53 | + private String riskFactorIdOther; | |
| 54 | 54 | /** |
| 55 | 55 | * 用于存储mysql 转义 |
| 56 | 56 | */ |
| 57 | 57 | |
| ... | ... | @@ -233,12 +233,12 @@ |
| 233 | 233 | this.errorRemark = errorRemark; |
| 234 | 234 | } |
| 235 | 235 | |
| 236 | - public String getRiskFactorOhter() { | |
| 237 | - return riskFactorOhter; | |
| 236 | + public String getRiskFactorIdOther() { | |
| 237 | + return riskFactorIdOther; | |
| 238 | 238 | } |
| 239 | 239 | |
| 240 | - public void setRiskFactorOhter(String riskFactorOhter) { | |
| 241 | - this.riskFactorOhter = riskFactorOhter; | |
| 240 | + public void setRiskFactorIdOther(String riskFactorIdOther) { | |
| 241 | + this.riskFactorIdOther = riskFactorIdOther; | |
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | public String getRiskFactor() { |