## 商品添加已用库存;

This commit is contained in:
cabbage 2025-07-30 17:39:43 +08:00
parent 531f5a5cd7
commit bd01d15284
1 changed files with 5 additions and 0 deletions

View File

@ -200,5 +200,10 @@ public class BdWaresExtend extends BaseEntity {
*/
@TableField("MEMBER_MONTH_LIMIT")
private Integer memberMonthLimit;
/**
* 已用库存数量
*/
@TableField("INVENTORY_USE")
private Integer inventoryUse;
}