| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantId |
商户ID int FK,PK. |
integer |
Required |
| ShopId |
店铺ID char(4) PK NOT NULL. |
string |
Required Max length: 4 |
| ShopName |
店铺名 Varchar(40) NOT NULL. |
string |
Required Max length: 40 |
| RentSource |
租赁资源 Varchar(60) NOT NULL. |
string |
Required Max length: 60 |
| UseDepotManagment |
是否启用仓库管理 char(1) NOT NULL. |
string |
Required Max length: 1 |
| GuiderDivideStatus |
是否启用导游返利 char(1) NOT NULL. |
string |
Required Max length: 1 |
| GuiderCalType |
导游返利结算方约定 char(1) NOT NULL. |
string |
Required Max length: 1 |
| CustomerDivideStatus |
是否启用客户单位返利 char(1) NOT NULL. |
string |
Required Max length: 1 |
| CustomerCalType |
客户单位返利结算方约定 char(1) NOT NULL. |
string |
Required Max length: 1 |
| PersonInCharge |
店铺负责人名 Varchar(40) NOT NULL. |
string |
Required Max length: 40 |
| PersonInChargeMobile |
店铺负责人手机 Varchar(20) NOT NULL. |
string |
Required Max length: 20 |
| StartOfOperationTerm |
起始经营期限 date NOT NULL. |
date |
Required |
| EndOfOperationTerm |
结束经营期限 date NOT NULL. |
date |
Required |
| DelayDaysAfterBusiForCal |
结算滞后日数 int NOT NULL. |
integer |
Required |
| Memory |
备注 Varchar(400) |
string |
Max length: 400 |
| EnableOrderDeliveryMode |
启用订单交付备货叫号 char(1) NOT NULL. |
string |
Required Max length: 1 |