ome_order_retrial
复审订单表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | 编号 | int(10) | Y | Y | |
| order_id | 订单ID | int(10) unsigned | Y | 0 | N |
| order_bn | 订单号 | varchar(32) | N | N | |
| retrial_type | 审核类型 normal:复审;audit:价格复审; | enum('normal','audit') | Y | normal | N |
| status | 审核状态 0:待复审;1:复审通过;2:复审未通过;3:恢复原订单; | enum('0','1','2','3') | Y | 0 | N |
| op_id | 操作员 | mediumint(8) unsigned | N | 0 | N |
| kefu_remarks | 客服修改备注 | text | N | N | |
| remarks | 审核备注 | text | N | N | |
| dateline | 添加日期 | int(10) unsigned | Y | 0 | N |
| lastdate | 审核日期 | int(10) unsigned | N | 0 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| type_status | status, retrial_type | N | |
| order_id | order_id | N | |
| idx_c_op_id | op_id | N |
