商品修改 商品分组

This commit is contained in:
2026-04-28 15:58:32 +08:00
parent 36687abe0f
commit 04ed3a5f5b
2 changed files with 32 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ public class ProductDTO implements Serializable {
*/
@NotNull(message = "商品分类不能为空", groups = DefaultGroup.class)
private Long categoryId;
/**
* 商品分组
*/
private List<Long> proGroupIds;
/**
* 商品分类名称
*/