# `sisproductclassifymaterial` > 印件分类-对应材料表 - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncrement` | `int` | NO | PRI | | auto_increment | 自增列 | | 2 | `sId` | `varchar(50)` | NO | MUL | | | 唯一ID | | 3 | `sBrandsId` | `varchar(50)` | NO | | | | 加工商ID | | 4 | `sSubsidiaryId` | `varchar(50)` | NO | | | | 子公司ID | | 5 | `sMakePerson` | `varchar(50)` | NO | | | | 制单人 | | 6 | `iOrder` | `int` | NO | | 0 | | 排序号 | | 7 | `sParentId` | `varchar(50)` | NO | | | | 父级ID | | 8 | `sMaterialsId` | `varchar(50)` | NO | | | | 材料ID | | 9 | `dRate` | `decimal(18,6)` | NO | | 0.000000 | | 上调比例 | | 10 | `sMaterialsclassifyId` | `varchar(50)` | NO | | | | 材料分类ID | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `IndexU_sisproductclassifyprocessclassify` | ✓ | BTREE | `sId`, `sBrandsId`, `sSubsidiaryId` | | `PRIMARY` | ✓ | BTREE | `iIncrement` | ## Narrative _No human-written narrative yet — when this table is exercised by a [vertical slice](../../slices/index.md), link from there back to this page._