Commit 7a0552a180197d68c4978155b7ecf46d160a76ef
1 parent
657d9997aa
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 3 additions and 3 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/HwModel.java
View file @
7a0552a
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | private Double reduceSd; |
| 14 | 14 | private Double middleSd; |
| 15 | 15 | private Double plusSd; |
| 16 | - private Double sex; | |
| 16 | + private Integer sex; | |
| 17 | 17 | |
| 18 | 18 | public String getId() { |
| 19 | 19 | return id; |
| 20 | 20 | |
| ... | ... | @@ -55,11 +55,11 @@ |
| 55 | 55 | this.plusSd = plusSd; |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | - public Double getSex() { | |
| 58 | + public Integer getSex() { | |
| 59 | 59 | return sex; |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | - public void setSex(Double sex) { | |
| 62 | + public void setSex(Integer sex) { | |
| 63 | 63 | this.sex = sex; |
| 64 | 64 | } |
| 65 | 65 | } |