数据库字典

yz_dispatch(商品配送模板表)

字段 类型 默认 注释
id int(11) NO
uniacid int(11) NO 公众号id
dispatch_name varchar(50) NO 配送模板名称
display_order int(11) YES 排序
first_weight_price int(11) YES 首重价格
another_weight_price int(11) YES 续重价格
first_weight int(11) YES 首重克数
another_weight int(11) YES 续重克数
areas text YES 配送区域
enabled tinyint(1) NO 是否显示(1:是;0:否)
is_default tinyint(1) NO 是否默认模板(1:是;0:否)
calculate_type tinyint(1) NO 计费方式(0:记重;1:记件)
first_piece_price int(11) YES 首件价格
another_piece_price int(11) YES 续件价格
first_piece int(11) YES 首件个数
another_piece int(11) YES 续件个数
created_at int(11) YES 添加时间
updated_at int(11) YES 更新时间