|
店鋪運費模板表(wst_shop_freight_template)
|
字段名稱 |
字段說明 |
字段描述 |
類型 |
長度 |
默認(rèn) |
必填 |
|
id |
自增ID |
|
int |
11 |
|
是 |
1 |
shopExpressId |
快遞ID |
|
int |
11 |
|
是 |
2 |
tempName |
模板名稱 |
|
varchar |
100 |
|
是 |
3 |
tempType |
模板范圍 |
0:全國 1:指定地區(qū) |
tinyint |
4 |
1 |
是 |
4 |
provinceIds |
省份ID數(shù)組 |
|
text |
|
|
|
5 |
cityIds |
城市ID數(shù)組 |
|
text |
|
|
|
6 |
buyNumStart |
首件(件) |
|
int |
4 |
0 |
|
7 |
buyNumStartPrice |
首件運費(元) |
|
decimal |
11,2 |
0.00 |
|
8 |
buyNumContinue |
續(xù)件(件) |
|
int |
4 |
0 |
|
9 |
buyNumContinuePrice |
續(xù)件運費(元) |
|
decimal |
11,2 |
0.00 |
|
10 |
weightStart |
首重(Kg) |
|
decimal |
11,2 |
0.00 |
|
11 |
weightStartPrice |
首重價格 |
|
decimal |
11,2 |
0.00 |
|
12 |
weightContinue |
續(xù)重(Kg) |
|
decimal |
11,2 |
0.00 |
|
13 |
weightContinuePrice |
續(xù)重價格 |
|
decimal |
11,2 |
0.00 |
|
14 |
volumeStart |
首體積量(m3) |
|
decimal |
11,2 |
0.00 |
|
15 |
volumeStartPrice |
首體積運費(元) |
|
decimal |
11,2 |
0.00 |
|
16 |
volumeContinue |
續(xù)體積量(m3) |
|
decimal |
11,2 |
0.00 |
|
17 |
volumeContinuePrice |
續(xù)體積運費(元) |
|
decimal |
11,2 |
0.00 |
|
18 |
dataFlag |
刪除標(biāo)記 |
1:有效 -1:刪除 |
tinyint |
4 |
1 |
是 |
19 |
shopId |
店鋪ID |
|
int |
11 |
0 |
|
20 |
createTime |
創(chuàng)建時間 |
|
datetime |
|
|
|
|