01-07
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -38,4 +38,5 @@ public class GoodsSkuVo1 {
|
||||
private String typeSid;//
|
||||
private String brandName;//品牌
|
||||
private String brandSid;//
|
||||
private String standardPurchasePrice;//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user