This commit is contained in:
2024-06-27 17:20:14 +08:00
parent 28e3860452
commit b0aeecf6da

View File

@@ -50,4 +50,5 @@ public class GoodsSpuVo implements Vo {
private List<GoodsSkuVo> baseGoodsSkus;
private String brandName;
private String manufacturerName;
private String typeName;
}