1.代客下单挂单修改
This commit is contained in:
@@ -8,11 +8,9 @@ import javax.validation.constraints.NotNull;
|
|||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class PendingDTO {
|
public class PendingDTO {
|
||||||
@NotEmpty
|
|
||||||
private String masterId;
|
private String masterId;
|
||||||
@NotNull
|
@NotNull
|
||||||
private Integer shopId;
|
private Integer shopId;
|
||||||
@NotNull
|
|
||||||
private Long tableId;
|
private Long tableId;
|
||||||
private Integer vipUserId;
|
private Integer vipUserId;
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user