支付方式接口修改

This commit is contained in:
张松
2025-03-04 16:51:42 +08:00
parent 46ce36421d
commit 7829ac2b0a

View File

@@ -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;
/** /**