修改会员点单信息

This commit is contained in:
2024-09-29 10:40:42 +08:00
parent 29d09abd5f
commit 185b50a84e
8 changed files with 118 additions and 120 deletions

View File

@@ -10,7 +10,6 @@ import javax.validation.constraints.NotNull;
public class UpdateVipDTO {
@NotNull
private Integer shopId;
@NotEmpty
private String tableId;
@NotNull
private String masterId;