修改会员点单信息
This commit is contained in:
@@ -10,7 +10,6 @@ import javax.validation.constraints.NotNull;
|
||||
public class UpdateVipDTO {
|
||||
@NotNull
|
||||
private Integer shopId;
|
||||
@NotEmpty
|
||||
private String tableId;
|
||||
@NotNull
|
||||
private String masterId;
|
||||
|
||||
Reference in New Issue
Block a user