订单明细 最终单价
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user