1.库存查询接口,sku上下架字段返回
This commit is contained in:
@@ -104,15 +104,17 @@ public class StockV2Vo {
|
||||
this.salePrice = sellPrice;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public StockV2Vo(Integer id, Integer proId,String img,String name,String unitName, String type, String specSnap,
|
||||
Object isStock, Object number, Integer isDistribute, Integer isPauseSale, boolean isPro, Integer warnLine, BigDecimal sellPrice, boolean isGrounding) {
|
||||
this.skuId = id;
|
||||
this.id = id.toString() + "-" + proId.toString();
|
||||
if (isPro) {
|
||||
this.id += proId;
|
||||
} else {
|
||||
this.id += id;
|
||||
}
|
||||
this.skuId = id;
|
||||
this.proId = proId;
|
||||
this.img = img;
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user