zqm_store_waybill
- 店铺运单模板表
字段 | 类型 | 允许空 | 默认 | 注释 |
---|---|---|---|---|
store_waybill_id | int(10) unsigned | NO | NULL | 店铺运单模板编号 |
store_id | int(10) unsigned | NO | NULL | 店铺编号 |
express_id | int(10) unsigned | NO | NULL | 物流公司编号 |
waybill_id | int(10) unsigned | NO | NULL | 运单模板编号 |
waybill_name | varchar(50) | NO | NULL | 运单模板名称 |
store_waybill_data | varchar(2000) | YES | NULL | 店铺自定义设置 |
is_default | tinyint(3) unsigned | NO | 0 | 是否默认模板 |
store_waybill_left | int(11) | NO | 0 | 店铺运单左偏移 |
store_waybill_top | int(11) | NO | 0 | 店铺运单上偏移 |