logistics_branch_rule
仓库规则
所属应用: logistics
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| branch_id | 仓库 | mediumint(8) unsigned | N | N | |
| type | 规则类型 custom:自定义;other:复用; | enum('custom','other') | Y | custom | N |
| parent_id | 父ID | bigint(20) unsigned | N | 0 | N |
| last_modified | 最后更新时间 | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | branch_id | Y | |
| ind_branch_id | branch_id | Y |
