Name | Description | Type | Additional information |
---|---|---|---|
shopid |
店铺ID [ShopId][char](4) NOT NULL. |
string |
Required Max length: 4 Min length: 4 |
shopname |
店铺名称 [ShopName] [varchar](40) NOT NULL, |
string |
Required Max length: 40 |
state |
状态 1-启用,0停用。[State] [char](1) NOT NULL, |
string |
Required Max length: 1 Min length: 1 |
administrativedivisions |
所属行政区划代码 [AdministrativeDivisions] [char](6) NULL, |
string |
Max length: 6 |
mailaddress |
地址 [MailAddress][varchar](100) NULL, |
string |
Max length: 100 |
phone |
电话 [Phone][varchar](20) NULL, |
string |
Max length: 20 |
fax |
传真 [Fax] [varchar](20) NULL, |
string |
Max length: 20 |
checkcycletime |
盘点周期(单位为天). |
integer |
Required |
longitude |
经度 [Longitude] [numeric](10, 7) NULL, |
decimal number |
None. |
latitude |
纬度 [Latitude] [numeric](10, 7) NULL, |
decimal number |
None. |
reserve1 |
保留一 [Reserve1][varchar](100) NULL, |
string |
Max length: 100 |
reserve2 |
保留二 [Reserve2] [varchar](100) NULL, |
string |
Max length: 100 |