1.代客下单挂单修改

This commit is contained in:
SongZhang 2024-08-17 17:37:06 +08:00 committed by 牛叉闪闪
parent 8da97add53
commit 5f2950ab72
1 changed files with 0 additions and 2 deletions

View File

@ -8,11 +8,9 @@ import javax.validation.constraints.NotNull;
@Data
public class PendingDTO {
@NotEmpty
private String masterId;
@NotNull
private Integer shopId;
@NotNull
private Long tableId;
private Integer vipUserId;
@NotNull