ome_dly_corp
物流公司配送信息
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| corp_id | corp_id | mediumint(8) unsigned | Y | Y | |
| branch_id | branch_id | mediumint(8) unsigned | Y | 0 | N |
| all_branch | all_branch | enum('true','false') | Y | true | N |
| corp_model | 物流模式 normal:普通快递;instatnt:同城配送;seller:商家配送; | enum('normal','instatnt','seller') | Y | normal | N |
| type | 物流公司编码 | varchar(20) | N | N | |
| name | 物流公司名称 | varchar(200) | N | N | |
| disabled | 是否失效 | enum('true','false') | Y | false | N |
| website | website | varchar(200) | N | N | |
| request_url | request_url | varchar(200) | N | N | |
| daily_process | daily_process | mediumint(8) unsigned | N | 100 | N |
| firstunit | firstunit | mediumint(8) unsigned | Y | 0 | N |
| continueunit | continueunit | mediumint(8) unsigned | Y | 0 | N |
| protect | protect | enum('true','false') | Y | false | N |
| protect_rate | protect_rate | decimal(6,3) | N | N | |
| minprice | minprice | decimal(20,3) | N | N | |
| setting | 地区费用类型 0:指定地区费用;1:统一设置; | enum('0','1') | Y | 1 | N |
| firstprice | firstprice | decimal(20,3) | N | N | |
| continueprice | continueprice | decimal(20,3) | N | N | |
| dt_expressions | dt_expressions | longtext | N | N | |
| dt_useexp | dt_useexp | enum('true','false') | Y | false | N |
| area_fee_conf | area_fee_conf | longtext | N | N | |
| is_cod | is_cod | enum('true','false') | Y | false | N |
| shop_id | 适用店铺 | varchar(32) | N | N | |
| channel_id | 来源主键 | int(10) unsigned | N | N | |
| tmpl_type | 快递模板类型 normal:普通面单;electron:电子面单; | enum('normal','electron') | Y | normal | N |
| prt_tmpl_id | prt_tmpl_id | int(10) unsigned | N | 0 | N |
| weight | 权重 | mediumint(8) unsigned | N | N | |
| d_type | 线上/线下业务区分标记 | tinyint(1) | N | 1 | N |
| corp_type | corp_type | mediumint(8) unsigned | N | 0 | N |
| crossborder_souce | 来源 | varchar(32) | N | N | |
| crossborder_res_id | 跨境配送资源id | varchar(200) | N | N | |
| crossborder_region_id | 跨境发货地区域ID | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | corp_id | Y | |
| ind_d_type | d_type | N | |
| idx_c_shop_id | shop_id | N | |
| idx_c_channel_id | channel_id | N | |
| idx_c_prt_tmpl_id | prt_tmpl_id | N | |
| idx_c_crossborder_souce | crossborder_souce | N |
