商品修改 商品分组
This commit is contained in:
@@ -43,6 +43,11 @@ public class ProductDTO implements Serializable {
|
||||
*/
|
||||
@NotNull(message = "商品分类不能为空", groups = DefaultGroup.class)
|
||||
private Long categoryId;
|
||||
/**
|
||||
* 商品分组
|
||||
*/
|
||||
private List<Long> proGroupIds;
|
||||
|
||||
/**
|
||||
* 商品分类名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user