订单明细 最终单价

This commit is contained in:
2025-03-01 16:38:31 +08:00
parent a9900821bb
commit 763dc0c634
5 changed files with 23 additions and 14 deletions

View File

@@ -21,8 +21,7 @@ public interface CashierCartService extends IService<CashierCart> {
*
* @param shopId 桌码
* @param tableCode 桌码
* @param isUseVip 是否使用会员价
* @param placeNum 第几次下单
*/
List<OrderDetail> getCartByTableCode(@NotBlank Long shopId,@NotBlank String tableCode, @NotNull Integer isUseVip,@NotNull Integer placeNum);
List<OrderDetail> getCartByTableCode(@NotBlank Long shopId,@NotBlank String tableCode, @NotNull Integer placeNum);
}