|
訂單結算表(wst_settlements)
|
字段名稱 |
字段說明 |
字段描述 |
類型 |
長度 |
默認 |
必填 |
|
settlementId |
自增ID |
|
int |
11 |
|
是 |
1 |
settlementNo |
結算單號 |
|
varchar |
20 |
|
是 |
2 |
settlementType |
結算類型 |
0:手工結算 |
tinyint |
4 |
0 |
是 |
3 |
shopId |
店鋪ID |
|
int |
11 |
|
是 |
4 |
settlementMoney |
商品總金額 |
|
decimal |
11,2 |
0.00 |
是 |
5 |
commissionFee |
結算應收的傭金(不含運費) |
|
decimal |
11,2 |
0.00 |
是 |
6 |
backMoney |
應返還給商家的金額 |
|
decimal |
11,2 |
0.00 |
是 |
7 |
settlementStatus |
結算狀態(tài) |
0:申請結算 1:已結算 |
tinyint |
4 |
0 |
是 |
8 |
settlementTime |
結算處理時間 |
|
datetime |
|
|
|
9 |
remarks |
結算備注(商城填寫) |
|
varchar |
255 |
|
|
10 |
createTime |
結算單申請時間 |
|
datetime |
|
|
是 |
|