Commit 9f322c268705eb967b5b44ea200f0eda7be4c461
1 parent
1f0f2a86b9
Exists in
master
and in
1 other branch
增加
Showing 1 changed file with 12 additions and 12 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyVisitAddRequest.java
View file @
9f322c2
... | ... | @@ -107,46 +107,46 @@ |
107 | 107 | private Map deformity; |
108 | 108 | |
109 | 109 | // 听力情况 |
110 | - private int hearing; | |
110 | + private Integer hearing; | |
111 | 111 | |
112 | 112 | // 疾病筛查 |
113 | 113 | private Map disease; |
114 | 114 | |
115 | 115 | // 出生体重 |
116 | - private double birthWeight; | |
116 | + private Double birthWeight; | |
117 | 117 | |
118 | 118 | // 目前体重 |
119 | - private double weight; | |
119 | + private Double weight; | |
120 | 120 | |
121 | 121 | // 出生身长 |
122 | - private double height; | |
122 | + private Double height; | |
123 | 123 | |
124 | 124 | // 喂养方式 |
125 | - private int feedType; | |
125 | + private Integer feedType; | |
126 | 126 | |
127 | 127 | // 吃奶量 |
128 | - private int eatMilk; | |
128 | + private Integer eatMilk; | |
129 | 129 | |
130 | 130 | // 吃奶次数 |
131 | - private int eatTime; | |
131 | + private Integer eatTime; | |
132 | 132 | |
133 | 133 | // 呕吐 |
134 | - private int emesis; | |
134 | + private Integer emesis; | |
135 | 135 | |
136 | 136 | // 大便 |
137 | 137 | private String shit; |
138 | 138 | |
139 | 139 | // 大便次数 |
140 | - private int shitTimes; | |
140 | + private Integer shitTimes; | |
141 | 141 | |
142 | 142 | // 体温 |
143 | - private double temperature; | |
143 | + private Double temperature; | |
144 | 144 | |
145 | 145 | // 心率 |
146 | - private double heartRate; | |
146 | + private Double heartRate; | |
147 | 147 | |
148 | 148 | // 呼吸频率 |
149 | - private double respiratoryRate; | |
149 | + private Double respiratoryRate; | |
150 | 150 | |
151 | 151 | // 面色 |
152 | 152 | private Map complexion; |