financebase_bill_import
导入记录表
所属应用: financebase
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | int(10) unsigned | Y | Y | |
| type | order:按单号导入,sku:按商品sku明细导入 sale:按销售周期导入 order:单号;sku:SKU;sale:销售周期;jzt:京准通;jdbill:京东钱包流水; | enum('order','sku','sale','jzt','jdbill') | N | N | |
| file_name | 导入文件名 | varchar(255) | N | N | |
| error_data | 导入错误数据 | longtext | N | N | |
| money | 总费用 | decimal(20,3) | N | N | |
| not_confirm_num | 未确认数量 | int(11) | N | N | |
| not_reconciliation_num | 未对账数量 | int(11) | N | N | |
| not_matching_num | 无法匹配数量 | int(11) | N | N | |
| money_unequal_num | 金额不等数量 | int(11) | N | N | |
| create_time | 导入时间 | int(10) unsigned | N | N | |
| start_time | 销售周期开始时间 | int(10) unsigned | N | N | |
| end_time | 销售周期结束时间 | int(10) unsigned | N | N | |
| op_id | 操作人 | mediumint(8) unsigned | Y | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_file_name | file_name | N | |
| ind_type | type | N | |
| idx_c_op_id | op_id | N |
