| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId |
商品ID int NOT NULL. |
integer |
Required |
| ShopId |
门店ID Char(4) NOT NULL. |
string |
Required Max length: 4 |
| Unit |
单位 Varchar(8) NOT NULL. |
string |
Required Max length: 8 |
| RentailPrice |
零售价 Numeric(8,2) NOT NULL. |
decimal number |
Required |
| StartTime |
起始时间 Char(12) NOT NULL. |
string |
Required Max length: 12 |
| ApplyToObject |
适用对象 char(1) NOT NULL. |
string |
Required |
| MemberLimitLevel |
限定最低会员等级 byte NOT NULL. |
byte |
Required |