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