mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
产品明细删除接口文档方法修正
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public class ProductsDetailController {
|
||||
@DeleteMapping("")
|
||||
@Operation(summary = "删除产品明细")
|
||||
@Parameter(name = "id", description = "编号", required = true)
|
||||
public CommonResult<Boolean> deleteProducts(@RequestParam("id") Long id) {
|
||||
public CommonResult<Boolean> deleteProductDetails(@RequestParam("id") Long id) {
|
||||
productDetailsService.delete(id);
|
||||
return success(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user