门店明细表
This commit is contained in:
@@ -4,7 +4,9 @@ import com.alibaba.fastjson.JSONObject;
|
||||
import com.cool.store.request.FranchiseReportRequest;
|
||||
import com.cool.store.response.FranchiseReportResponse;
|
||||
import com.cool.store.response.ResponseResult;
|
||||
import com.cool.store.response.ShopReportResponse;
|
||||
import com.cool.store.service.FranchiseReportService;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
@@ -32,4 +34,10 @@ public class PCFranchiseReportController {
|
||||
public ResponseResult< List<FranchiseReportResponse>> getList(@RequestBody FranchiseReportRequest request) {
|
||||
return ResponseResult.success( franchiseReportService.zxjpOpenShopReport(request));
|
||||
}
|
||||
|
||||
@RequestMapping("/getZxjpOpenShopReportPage")
|
||||
@ApiOperation("正新鸡排开店明细")
|
||||
public ResponseResult<PageInfo<ShopReportResponse>> ZxjpOpenShopReportPage(@RequestBody FranchiseReportRequest request) {
|
||||
return ResponseResult.success( franchiseReportService.zxjpOpenShopReportPage(request));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user