1.代客下单挂单修改
This commit is contained in:
parent
b13a48d5e5
commit
7da10ca43e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue