Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tankaikai
2025-02-19 15:30:21 +08:00
5 changed files with 24 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ public class ShopTableAddDTO {
*/
@NotNull
@Min(message = "客位数最小为1", value = 1)
private Integer capacity;
private Integer maxCapacity;
/**
* 是否自动清台
*/

View File

@@ -54,6 +54,11 @@ public class ShopUserFlow implements Serializable {
private String remark;
/**
* 是否可退款
*/
private Integer isCanRefund;
/**
* 关联id
* 订单支付/订单退款/霸王餐时 订单id