|
|
@@ -1,4 +1,4 @@ |
|
|
|
package cn.com.taiji.iaw.api.product; |
|
|
|
package cn.com.taiji.iaw.api.issue; |
|
|
|
|
|
|
|
import cn.com.taiji.common.manager.net.http.ServiceHandleException; |
|
|
|
import cn.com.taiji.common.model.dao.Pagination; |
|
|
@@ -36,6 +36,13 @@ public class IssueProductController extends MyValidController { |
|
|
|
return ApiResponse.of(issueProductManager.pageQuery(reqDto)); |
|
|
|
} |
|
|
|
|
|
|
|
// todo 待完善 |
|
|
|
// @ApiOperation(value = "产品详情查询") |
|
|
|
// @PostMapping(value = "/pageDetail") |
|
|
|
// public ApiResponse<Pagination> pageDetail(@Valid @RequestBody ProductPagReqDTO reqDto) throws ServiceHandleException { |
|
|
|
// return ApiResponse.of(issueProductManager.pageDetail(reqDto)); |
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |