Reapply "feat(PriceBiz): 新增商品类型字段并完善商品列表逻辑"

This reverts commit 638da8cd3d.
This commit is contained in:
2025-09-20 16:53:55 +08:00
parent 0432b99524
commit d55c7a7769
3 changed files with 21 additions and 3 deletions

View File

@@ -10,4 +10,5 @@ import lombok.NoArgsConstructor;
public class GoodsListRespVO {
private Long goodsId;
private String goodsName;
private Integer goodsType;
}