商品对应的购买数量和次数
Column Name | Description | Datatype | Length | Allow Nulls | |
---|---|---|---|---|---|
IdInventory (T+15.0) | 商品id | int | 4 | True | |
Id (T+15.0) | 主键 | bigint | 8 | False | |
BuyTimes (T+15.0) | 购买次数 | int | 4 | True | |
IdInventoryClass (T+15.0) | 商品分类id | int | 4 | True | |
UpdateTime (T+15.0) | 更新时间 | datetime | 8 | True | |
BuyQuantity (T+15.0) | 购买数量 | decimal | 9 | True | |
IdMember (T+15.0) | 会员id | bigint | 8 | True |
Copyright 2016 Chanjet Inc.