Skip to content

运费相关

liaofei edited this page Jan 20, 2021 · 1 revision

eb_shipping_templates 运费模板表

字段 类型 默认值 注释
id int(11) 自增ID
name varchar(255) 模板名称
type tinyint(1) 1 计费方式
appoint tinyint(1) 0 指定包邮
sort int(11) 0 排序
add_time int(11) 0 添加时间

eb_shipping_templates_free 运费模板指定城市运费表

字段 类型 默认值 注释
id int(11) 自增ID
province_id int(11) 0 省ID
temp_id int(11) 0 模板ID
city_id int(11) 0 城市ID
number decimal(10, 2) 0 包邮件数
price decimal(10, 2) 0 包邮金额
type tinyint(1) 1 计费方式
uniqid varchar(32) '' 分组唯一值

eb_shipping_templates_region 运费模板指定包邮关联表

字段 类型 默认值 注释
id int(11) 自增ID
province_id int(11) 0 省ID
temp_id int(11) 0 模板ID
city_id int(11) 0 城市ID
first decimal(10, 2) 0 首件
first_price decimal(10, 2) 0 首件运费
continue decimal(10, 2) 0 续件
continue_price decimal(10, 2) 0 续件运费
type tinyint(1) 1 计费方式
uniqid varchar(32) '' 分组唯一值
Clone this wiki locally