Name | Description | Type | Additional information |
---|---|---|---|
ProductId |
商品ID int NOT NULL. |
integer |
Required |
ShopId |
门店ID Char(4) NOT NULL. |
string |
Required Max length: 4 |
BillNum |
单据号 char(20) NOT NULL. |
string |
Required Max length: 20 |
StartTime |
开始调价的起始时间 char(14) NOT NULL. |
string |
Required Max length: 14 |
Forever |
是否永久 char(1) NOT NULL. |
string |
Required Max length: 1 |
EndTime |
生效截止时间 char(14) Forever =0’时此值才有意义 |
string |
Max length: 14 |
Unit |
计量单位 Varchar(8) NOT NULL. |
string |
Required Max length: 8 |
ApplyToObject |
适用对象 char(1) NOT NULL. |
string |
Required Max length: 1 |
MemberLimitLevel |
限定最低会员等级 Byte |
byte |
None. |
IsSellAmountLimit |
是否启用每单购买数量限制 char(1) NOT NULL. |
string |
Required Max length: 1 |
PerBillAmountLimit |
每单购买数量限制 Numeric(8,4) 当IsSellSummaryLimit=‘1’,此值有意义。表示依据下面的两个字段来限制购买。 |
decimal number |
None. |
PerBillAmountLimitType |
每单购买金额许可模式 char(1) N不限制,P每单限制;A达到许可金额后可以购买限制数量的本商品;B每倍许可金额阀值可以购买指定数量的商品。 |
string |
None. |
PerAmountSummaryLimit |
许可购买金额阀值 Numeric(12,2) |
decimal number |
None. |
RetailPrice |
零售价 Numeric(8,2) NN |
decimal number |
Required |
LowestRetailPrice |
零售底价 Numeric(8,2) NN |
decimal number |
Required |
Memory |
备注 Varchar(100) |
string |
Max length: 100 |
UserCode | integer |
Required |