mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
获取软件购买组织对应的定价列表,接口描述修改
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public class ProductsDetailController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/organ/purchase")
|
@GetMapping("/organ/purchase")
|
||||||
@Operation(summary = "查询产品明细分页")
|
@Operation(summary = "获取软件购买组织对应的定价列表")
|
||||||
@Parameter(name = "organId", description = "组织编号", required = true, example = "1")
|
@Parameter(name = "organId", description = "组织编号", required = true, example = "1")
|
||||||
@Parameter(name = "productId", description = "产品编号", required = true, example = "1")
|
@Parameter(name = "productId", description = "产品编号", required = true, example = "1")
|
||||||
public CommonResult<List<ProductDetailsRespVO>> getOrgProductDetailList(@RequestParam("organId") Long organId, @RequestParam("productId") Long productId) {
|
public CommonResult<List<ProductDetailsRespVO>> getOrgProductDetailList(@RequestParam("organId") Long organId, @RequestParam("productId") Long productId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user