## 商品添加已用库存;
This commit is contained in:
parent
64923b9d31
commit
9b6457559a
|
|
@ -200,5 +200,10 @@ public class BdWaresExtend extends BaseEntity {
|
|||
*/
|
||||
@TableField("MEMBER_MONTH_LIMIT")
|
||||
private Integer memberMonthLimit;
|
||||
/**
|
||||
* 已用库存数量
|
||||
*/
|
||||
@TableField("INVENTORY_USE")
|
||||
private Integer inventoryUse;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue