商品模块bug修复

This commit is contained in:
Tankaikai
2025-03-11 13:43:05 +08:00
parent e54d866e33
commit 4b1070887d
4 changed files with 19 additions and 2 deletions

View File

@@ -37,6 +37,10 @@ public class ConsInfoDTO implements Serializable {
*/
@NotNull(message = "耗材分组id不能为空", groups = DefaultGroup.class)
private Long consGroupId;
/**
* 耗材分组名称
*/
private String consGroupName;
/**
* 店铺id
*/

View File

@@ -22,14 +22,13 @@ public class ProductBriefDTO implements Serializable {
*/
private Long id;
/**
* 商品分类
* 商品分类id
*/
private Long categoryId;
/**
* 商品名称
*/
private String name;
/**
* 商品封面图
*/