台桌接口修改

This commit is contained in:
张松
2025-02-19 14:56:13 +08:00
parent bf8acf5a4e
commit 2c76c76e29

View File

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