console_wms_delivery_items
第三方发货单明细
所属应用: console
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | ID | int(10) unsigned | Y | Y | |
| wd_id | 第三方退货单 | int(10) unsigned | N | N | |
| product_bn | 货品编码 | varchar(255) | N | N | |
| num | 出库数 | mediumint(8) unsigned | N | 0 | N |
| sn_list | 唯一码 | text | N | N | |
| batch | 批次号 | text | N | N | |
| wms_item_id | 第三方货品编码 | varchar(255) | N | 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_wd_id | wd_id | N |
