# `quoquotation_progress` > 工单主表 - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncrement` | `int` | NO | PRI | | auto_increment | 自增列 | | 2 | `sParentId` | `varchar(50)` | NO | | | | 报价单ID | | 3 | `sBrandsId` | `varchar(50)` | NO | | | | 加工商Id | | 4 | `sSubsidiaryId` | `varchar(50)` | NO | | | | 子公司ID | | 5 | `sMakePerson` | `varchar(50)` | NO | | | | 制单人 | | 6 | `sProgress` | `varchar(50)` | YES | | | | 进度描述 | | 7 | `sShowName` | `varchar(50)` | YES | | | | | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `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._