console_wms_stockout_items
第三方出库单明细
所属应用: console
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | ID | int(10) unsigned | Y | Y | |
| wso_id | 第三方入库单 | int(10) unsigned | N | N | |
| product_bn | 货品编码 | varchar(255) | N | N | |
| normal_num | 良品数 | mediumint(8) unsigned | N | 0 | N |
| defective_num | 不良品数 | mediumint(8) unsigned | N | 0 | N |
| sn_list | 唯一码 | text | N | N | |
| batch | 批次号 | text | N | N | |
| wms_item_id | 第三方货品编码 | varchar(255) | N | N | |
| at_time | 创建时间 | TIMESTAMP | N | CURRENT_TIMESTAMP | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| idx_product_bn | product_bn | N | |
| idx_wms_item_id | wms_item_id | N | |
| idx_c_wso_id | wso_id | N |
