商城类网站mssql数据库表结构设计,后台程序员可参考( 三 )


Dname
nvarchar(50)

 
配送方式
Lid
Int
 
 
物流公司id
DLogisticepolicy
bit
 
 
物流是否保价
Dprotectrate
Decimal(5,2)
 
 
保价费率
Dminprice
Decimal(5,2)
 
 
最低保价费
DCashon
bit
 
 
是否货到付款
Dstate
bit
 
 
是否启用
Dorder
Int
 
 
排序
Dmessage
Nvarchar(50)
 
 
备注
DValuation
int
 
 
计价方式1按重量 2按件数 3按体积
Dfirstheavy
Decimal(18,2)
 
 
首重重量默认转换成kg,进行计算
DtwoHeavy
Decimal(18,2)
 
 
续重重量 默认转换成kg
Dfirstmoney
decimal(18, 2)
 
 
首重费用 单位元
Dtwomoney
decimal(18, 2)
 
 
续重费用 单位元
DPackagemail
Bit
 
 
是否包邮 是 否
Dtime
Varchar(20)
 
 
发货时间
DISuse
Bit
 
 
默认配送费用适用地区
所有地区适用
指定部分地区城市设置运费
Dspecified
Bit
 
 
除指定地区外,其余地区的运费采用“默认配送费用” 注意:未勾选时,不在指定配送地区的顾客不能使用本配送方式下订单
配送方式指定地区:当选择了制定部分地区城市设置运费则添加值得地区
16. 指定地区DistributionSpeci
列名
数据类型
空/非空
主键
描述
DSid
int


自增
DSshengid
Int
 
 
配送省
DSshiid
Int

 
配送市
DSquid
int
 
 
配送区
DRegion
Varchar(200)
 
 
地区id用,隔开
Dfirstheavy
Decimal(18,2)
 
 
首重重量默认转换成kg,进行计算
DtwoHeavy
Decimal(18,2)
 
 
续重重量 默认转换成kg
DSfirstmoney
decimal(18, 2)
 
 
首重费用 单位元
DStwomoney
decimal(18, 2)
 
 
续重费用 单位元
Did
Int
 
 
配送方式id
 
物流公司管理(跟踪记录接口)
17. 物流公司Logistics
列名
数据类型
空/非空
主键
描述
lid
int


自增
Lname
Varchar(50)
 
 
物流公司名称
Lcom
varchar(50)

 
要查询的快递公司代码,不支持中文,对应的公司代码见
Lstate
int
 
 
是否使用
lorder
Int
 
 
排序
Lmessage
Nvarchar(100)
 
 
备注
Lurl
Varchar(50)
 
 
物流公司网址
Lseachurl
Varchar(50)
 
 
查询快件网址 2015-05-09
物流记录:
http://www.kuaidi100.com/openapi/api_post.shtml,调用接口存储接口
18. 物流记录LogisticsRecord 接口 指定地区
列名
数据类型
空/非空
主键
描述
LRid
int


自增
Lid
Int
 
 
物流公司id
Lcom
Varchar(50)
 
 
物流公司代码
Lnu
Varchar(50)
 
 
物流单号
Oid
Int
 
 
订单id
Uid
Varchar(50)
 
 
会员id
LRstate
int
 
 
当前物流状态
0:在途,即货物处于运输过程中;
1:揽件,货物已由快递公司揽收并且产生了第一条跟踪信息;
2:疑难,货物寄送过程出了问题;
3:签收,收件人已签收;
4:退签,即货物由于用户拒签、超区等原因退回,而且发件人已经签收;


推荐阅读