|
@@ -41,6 +41,7 @@ public interface BookingControllerAPI {
|
|
|
@ApiOperation(value = "评分百分比", notes = "评分百分比", httpMethod = "GET")
|
|
@ApiOperation(value = "评分百分比", notes = "评分百分比", httpMethod = "GET")
|
|
|
CommonResult getCommentAvg();
|
|
CommonResult getCommentAvg();
|
|
|
|
|
|
|
|
|
|
+
|
|
|
@GetMapping(value = "/getCommentInfo")
|
|
@GetMapping(value = "/getCommentInfo")
|
|
|
@ApiOperation(value = "评分详情", notes = "评分详情", httpMethod = "GET")
|
|
@ApiOperation(value = "评分详情", notes = "评分详情", httpMethod = "GET")
|
|
|
CommonResult getCommentInfo(String name,String startTime,String endTime,String flag,int pageNum,int pageSize);
|
|
CommonResult getCommentInfo(String name,String startTime,String endTime,String flag,int pageNum,int pageSize);
|