Commit f9d63e7f504eeba8fa0df2715cc84beffc05a612
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyCheckController.java
View file @
f9d63e7
| ... | ... | @@ -114,8 +114,10 @@ |
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | 116 | * 查询身长别体重值 |
| 117 | - * @param height | |
| 118 | - * @param sex | |
| 117 | + * @param height 身长 | |
| 118 | + * @param weight 体重 | |
| 119 | + * @param sex 性别 | |
| 120 | + * @param birth 生日 | |
| 119 | 121 | * @return |
| 120 | 122 | */ |
| 121 | 123 | @RequestMapping(value = "/queryHWByHeight", method = RequestMethod.GET) |