tgkpi_check_memo
拣货绩效
所属应用: tgkpi
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| m_id | ID | mediumint(8) unsigned | Y | Y | |
| check_op_id | check_op_id | mediumint(8) unsigned | Y | N | |
| check_op_name | 校验员 | varchar(30) | N | N | |
| delivery_id | 发货单编号 | int(10) unsigned | Y | N | |
| reason_id | reason_id | mediumint(8) unsigned | N | N | |
| memo | memo | text | N | N | |
| addtime | 添加时间 | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | m_id | Y | |
| idx_c_check_op_id | check_op_id | N | |
| idx_c_delivery_id | delivery_id | N | |
| idx_c_reason_id | reason_id | N |
