订单备注

This commit is contained in:
张松
2025-09-29 20:57:47 +08:00
parent 138e6a88ea
commit 6bf00106e4
5 changed files with 23 additions and 13 deletions

View File

@@ -61,5 +61,5 @@ public interface OrderInfoService extends IService<OrderInfo> {
Boolean cancelledPlaceOrder(Long shopId, Long orderId, Integer placeNum);
Boolean updatePayOrderId(Long orderId, Long paymentId, String payType);
Boolean updatePayOrderId(Long orderId, Long paymentId, String payType, String remark);
}