获取商品SKU详情接口,增加字段

This commit is contained in:
Tankaikai 2025-04-16 15:10:37 +08:00
parent fdee14d77f
commit e569e04739
1 changed files with 8 additions and 0 deletions

View File

@ -74,4 +74,12 @@ public class ShopProductSkuInfoVo implements Serializable {
* 商品库存
*/
private Integer stockNumber;
/**
* 是否售罄
*/
private Integer isSoldStock;
/**
* 是否上架
*/
private Integer isSale;
}