feat():补齐订单客户相关API接口

master
LQS 2024-08-09 09:04:31 +08:00
parent 0850c180bb
commit 1c7125eb3f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class OrderPayCustomerController {
* @param orderCustomerId * @param orderCustomerId
* @return * @return
*/ */
@PutMapping("/{orderCustomerId}") @DeleteMapping("/{orderCustomerId}")
@Operation(summary = "客户信息删除",description = "通过ID删除客户信息") @Operation(summary = "客户信息删除",description = "通过ID删除客户信息")
public Result<String> delete(@PathVariable("orderCustomerId") Long orderCustomerId){ public Result<String> delete(@PathVariable("orderCustomerId") Long orderCustomerId){
orderPayCustomerService.removeById(orderCustomerId); orderPayCustomerService.removeById(orderCustomerId);