# `sischeckphase` > 审核阶段 - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncrement` | `int` | NO | PRI | | auto_increment | 自增列 | | 2 | `sId` | `varchar(100)` | NO | UNI | | | 标准ID | | 3 | `sBrandsId` | `varchar(100)` | NO | MUL | | | 加工商ID | | 4 | `sSubsidiaryId` | `varchar(100)` | NO | | | | 子公司ID | | 5 | `tCreateDate` | `datetime` | NO | | CURRENT_TIMESTAMP | DEFAULT_GENERATED | 制单日期 | | 6 | `sMakePerson` | `varchar(255)` | NO | | | | 制单人 | | 7 | `iOrder` | `int` | NO | | 0 | | 排序号 | | 8 | `sName` | `varchar(255)` | NO | | | | 名称 | | 9 | `sNo` | `varchar(255)` | NO | | | | 编号 | | 10 | `bInvalid` | `bit(1)` | NO | | b'0' | | 是否作废 | | 11 | `dNeedPeople` | `decimal(18,6)` | NO | | | | 审核人数 | | 12 | `sMemo` | `text` | YES | | | | 备注 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `Index_siscurrency` | | BTREE | `sId`, `sName` | | `Index_siscurrencyBrands` | | BTREE | `sBrandsId`, `sSubsidiaryId` | | `Index_siscurrencyId` | ✓ | BTREE | `sId` | | `Index_siscurrencyName` | ✓ | BTREE | `sBrandsId`, `sSubsidiaryId`, `sName` | | `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._