|
@@ -61,4 +61,8 @@ public interface WelcomeBedControllerAPI {
|
|
|
@ApiOperation(value = "获取床位下拉数据", notes = "获取床位下拉数据", httpMethod = "GET")
|
|
@ApiOperation(value = "获取床位下拉数据", notes = "获取床位下拉数据", httpMethod = "GET")
|
|
|
CommonResult queryBedDatas(@RequestParam int dormitoryId);
|
|
CommonResult queryBedDatas(@RequestParam int dormitoryId);
|
|
|
|
|
|
|
|
|
|
+ @GetMapping(value = "/isCheck")
|
|
|
|
|
+ @ApiOperation(value = "判断是否入住", notes = "判断是否入住", httpMethod = "GET")
|
|
|
|
|
+ CommonResult isCheck(@RequestParam String studentCard);
|
|
|
|
|
+
|
|
|
}
|
|
}
|