console_inventory_apply_items
盘点申请明细表
所属应用: console
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| item_id | item_id | int(10) unsigned | Y | Y | |
| inventory_apply_id | inventory_apply_id | mediumint(8) unsigned | Y | N | |
| bm_id | bm_id | int(10) unsigned | Y | N | |
| material_bn | 基础物流编码 | varchar(50) | N | N | |
| wms_stores | wms库存 | mediumint(9) | N | 0 | N |
| oms_stores | oms库存 | mediumint(9) | N | 0 | N |
| diff_stores | 差异数量 | mediumint(9) | N | 0 | N |
| m_type | 良/残品 zp:良品;cc:残品; | enum('zp','cc') | N | zp | N |
| is_confirm | 状态 0:未确认;1:已确认; | enum('0','1') | N | 0 | N |
| memo | 备注 | text | N | N | |
| batch | batch | text | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | item_id | Y | |
| idx_c_inventory_apply_id | inventory_apply_id | N | |
| idx_c_bm_id | bm_id | N |
