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

This reverts commit 7ca59a1b0b.
This commit is contained in:
2025-09-20 15:51:10 +08:00
parent 7ca59a1b0b
commit 638da8cd3d
3 changed files with 3 additions and 21 deletions

View File

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