Name | Description | Type | Additional information |
---|---|---|---|
ProductId |
商品ID Int PK FK. |
integer |
Required |
ShopId |
店铺ID char(4) |
string |
Required Max length: 4 |
Unit |
单位名称 Varchar(8) PK. |
string |
Required Max length: 8 |
RateOfBaseUnit |
相对于基本单位的商品数量倍数 Numeric(8,4) NN |
decimal number |
Required |
ListingPrice |
挂牌价 Numeric(8,2) NN |
decimal number |
Required |
PurchaePrice |
采购价 Numeric(8,2) NN |
decimal number |
Required |