共享库存修改

This commit is contained in:
GYJ
2024-06-24 11:42:41 +08:00
parent 1675e5d45b
commit b9b35849c3
15 changed files with 520 additions and 73 deletions

View File

@@ -212,6 +212,9 @@ public class TbProductDto implements Serializable {
/** 税率 */
private String taxConfigId;
private Integer stockNumber;
/**
* 团购卷分类Id
*/
@@ -221,4 +224,4 @@ public class TbProductDto implements Serializable {
* 商品sku信息
*/
private List<TbProductSku> skuList;
}
}