console_wms_reship_items
第三方退货单明细
所属应用: console
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | ID | int(10) unsigned | Y | Y | |
| wr_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 | |
| extend_props | 扩展字段 | text | 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_wr_id | wr_id | N |
