purchase_appropriation
库存调整单(调拨单)
所属应用: purchase
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| appropriation_id | ID | mediumint(8) unsigned | Y | Y | |
| create_time | 生成日期 | int(10) unsigned | N | N | |
| operator_name | 经办人 | varchar(50) | N | N | |
| type | 类型 0:调拔单;1:理货单; | enum('0','1') | Y | 0 | N |
| memo | memo | longtext | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | appropriation_id | Y |
