01-07
This commit is contained in:
@@ -22,7 +22,8 @@
|
|||||||
d.goodsTypeName ,
|
d.goodsTypeName ,
|
||||||
d.sid typeSid,
|
d.sid typeSid,
|
||||||
c.brandName ,
|
c.brandName ,
|
||||||
c.sid as brandSid
|
c.sid as brandSid,
|
||||||
|
f.standardPurchasePrice
|
||||||
FROM
|
FROM
|
||||||
goods_sku b
|
goods_sku b
|
||||||
LEFT JOIN goods_spu a ON a.sid = b.goodsSpuSid
|
LEFT JOIN goods_spu a ON a.sid = b.goodsSpuSid
|
||||||
|
|||||||
@@ -38,4 +38,5 @@ public class GoodsSkuVo1 {
|
|||||||
private String typeSid;//
|
private String typeSid;//
|
||||||
private String brandName;//品牌
|
private String brandName;//品牌
|
||||||
private String brandSid;//
|
private String brandSid;//
|
||||||
|
private String standardPurchasePrice;//
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user