This commit is contained in:
2025-01-07 08:38:35 +08:00
parent 00419647da
commit 0e3710d30c
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,8 @@
d.goodsTypeName ,
d.sid typeSid,
c.brandName ,
c.sid as brandSid
c.sid as brandSid,
f.standardPurchasePrice
FROM
goods_sku b
LEFT JOIN goods_spu a ON a.sid = b.goodsSpuSid

View File

@@ -38,4 +38,5 @@ public class GoodsSkuVo1 {
private String typeSid;//
private String brandName;//品牌
private String brandSid;//
private String standardPurchasePrice;//
}