1.代客下单挂单修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user