支付方式接口修改
This commit is contained in:
@@ -33,19 +33,16 @@ public class ShopStorageGoodDTO {
|
|||||||
/**
|
/**
|
||||||
* 酒品名
|
* 酒品名
|
||||||
*/
|
*/
|
||||||
@NotEmpty(message = "酒品名不为空", groups = {UpdateGroup.class, InsertGroup.class})
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 图片地址
|
* 图片地址
|
||||||
*/
|
*/
|
||||||
@NotEmpty(message = "酒品名不为空", groups = {UpdateGroup.class, InsertGroup.class})
|
|
||||||
private String imgUrl;
|
private String imgUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单位
|
* 单位
|
||||||
*/
|
*/
|
||||||
@NotEmpty(message = "单位不为空", groups = {UpdateGroup.class, InsertGroup.class})
|
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user