|
店铺运费模板表(wst_shop_freight_template)
|
字段名称 |
字段说明 |
字段描述 |
类型 |
长度 |
默认 |
必填 |
|
id |
自增ID |
|
int |
11 |
|
是 |
1 |
shopExpressId |
快递ID |
|
int |
11 |
|
是 |
2 |
tempName |
模板名称 |
|
varchar |
100 |
|
是 |
3 |
tempType |
模板范围 |
0:全国 1:指定地区 |
tinyint |
4 |
1 |
是 |
4 |
provinceIds |
省份ID数组 |
|
text |
|
|
|
5 |
cityIds |
城市ID数组 |
|
text |
|
|
|
6 |
buyNumStart |
首件(件) |
|
int |
4 |
0 |
|
7 |
buyNumStartPrice |
首件运费(元) |
|
decimal |
11,2 |
0.00 |
|
8 |
buyNumContinue |
续件(件) |
|
int |
4 |
0 |
|
9 |
buyNumContinuePrice |
续件运费(元) |
|
decimal |
11,2 |
0.00 |
|
10 |
weightStart |
首重(Kg) |
|
decimal |
11,2 |
0.00 |
|
11 |
weightStartPrice |
首重价格 |
|
decimal |
11,2 |
0.00 |
|
12 |
weightContinue |
续重(Kg) |
|
decimal |
11,2 |
0.00 |
|
13 |
weightContinuePrice |
续重价格 |
|
decimal |
11,2 |
0.00 |
|
14 |
volumeStart |
首体积量(m3) |
|
decimal |
11,2 |
0.00 |
|
15 |
volumeStartPrice |
首体积运费(元) |
|
decimal |
11,2 |
0.00 |
|
16 |
volumeContinue |
续体积量(m3) |
|
decimal |
11,2 |
0.00 |
|
17 |
volumeContinuePrice |
续体积运费(元) |
|
decimal |
11,2 |
0.00 |
|
18 |
dataFlag |
删除标记 |
1:有效 -1:删除 |
tinyint |
4 |
1 |
是 |
19 |
shopId |
店铺ID |
|
int |
11 |
0 |
|
20 |
createTime |
创建时间 |
|
datetime |
|
|
|
|