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