# `pitproductcheckslave` > 送货通知单从表 - **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 | MUL | | | 唯一ID | | 3 | `sBrandsId` | `varchar(100)` | NO | MUL | | | 加工商ID | | 4 | `sSubsidiaryId` | `varchar(100)` | NO | | | | 子公司ID | | 5 | `sMakePerson` | `varchar(255)` | NO | | | | 制单人 | | 6 | `iOrder` | `int` | NO | | 0 | | 排序号 | | 7 | `sParentId` | `varchar(100)` | NO | MUL | | | 父级ID | | 8 | `sCustomerId` | `varchar(100)` | NO | | | | 客户Id | | 9 | `sProductId` | `varchar(100)` | NO | | | | 产品ID | | 10 | `dOriginalQty` | `decimal(18,6)` | NO | | 0.000000 | | 源数量 | | 11 | `dOriginalMoney` | `decimal(18,6)` | NO | | 0.000000 | | 源金额 | | 12 | `dProductQty` | `decimal(18,6)` | NO | | | | 产品数量 | | 13 | `dProductPrice` | `decimal(18,6)` | NO | | 0.000000 | | 价格 | | 14 | `dProductMoney` | `decimal(18,6)` | NO | | 0.000000 | | 金额 | | 15 | `dProfitLossQty` | `decimal(18,6)` | YES | | | | 盈亏数量 | | 16 | `dProfitLossMoney` | `decimal(18,6)` | YES | | | | 盈亏金额 | | 17 | `dProfitLossPrice` | `decimal(18,6)` | YES | | | | 盈亏价格 | | 18 | `sSrcId` | `varchar(100)` | NO | | | | 源单ID | | 19 | `sSrcSlaveId` | `varchar(100)` | NO | | | | 源单从表Id | | 20 | `sSrcNo` | `varchar(255)` | NO | | | | 源单号 | | 21 | `dSrcQty` | `decimal(18,6)` | YES | | | | 源单数量 | | 22 | `sSlaveMemo` | `text` | YES | | | | 备注 | | 23 | `dProductNoTaxPrice` | `decimal(18,6)` | YES | | | | 不含税价 | | 24 | `dProductNoTaxMoney` | `decimal(18,6)` | YES | | | | 不含税金额 | | 25 | `dProductTaxMoney` | `decimal(18,6)` | YES | | | | 税额 | | 26 | `sBarcode` | `varchar(255)` | YES | | | | 条形码 | | 27 | `sDefineNo` | `varchar(255)` | NO | MUL | | | 自定义项 | | 28 | `sDefineNo2` | `varchar(255)` | NO | | | | 自定义项2 | | 29 | `sWareHouseId` | `varchar(100)` | NO | | | | 仓库ID | | 30 | `sLocationId` | `varchar(100)` | NO | | | | 库区ID | | 31 | `sWareHouseLocationId` | `varchar(100)` | NO | | | | 库位ID | | 32 | `sSReserve1` | `varchar(255)` | YES | | | | 预留字符1 | | 33 | `sSReserve2` | `varchar(255)` | YES | | | | 预留字符2 | | 34 | `sSReserve3` | `varchar(255)` | YES | | | | 预留字符3 | | 35 | `sSReserve4` | `varchar(255)` | YES | | | | 预留字符4 | | 36 | `sSReserve5` | `varchar(255)` | YES | | | | 预留字符5 | | 37 | `sSReserve6` | `varchar(255)` | YES | | | | 预留字符6 | | 38 | `dSReserve1` | `decimal(18,6)` | YES | | | | 预留数字1 | | 39 | `dSReserve2` | `decimal(18,6)` | YES | | | | 预留数字2 | | 40 | `dSReserve3` | `decimal(18,6)` | YES | | | | 预留数字3 | | 41 | `iSReserve1` | `int` | YES | | | | 预留整型1 | | 42 | `iSReserve2` | `int` | YES | | | | 预留整型2 | | 43 | `iSReserve3` | `int` | YES | | | | 预留整型3 | | 44 | `tSReserve1` | `datetime` | YES | | | | 预留日期1 | | 45 | `tSReserve2` | `datetime` | YES | | | | 预留日期2 | | 46 | `dCostPrice` | `decimal(18,6)` | YES | | | | 成本价格 | | 47 | `dCostMoney` | `decimal(18,6)` | YES | | | | 成本金额 | | 48 | `sWorkOrderNo` | `varchar(50)` | YES | | | | | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `IndexN_elecustomeraddress` | | BTREE | `sId`, `sBrandsId`, `sSubsidiaryId`, `sParentId` | | `IndexN_pitproductcheckslave_sSrcId` | | BTREE | `sBrandsId`, `sSubsidiaryId`, `sSrcId`, `sSrcSlaveId` | | `IndexN_pitproductcheckslave_WareHouse` | | BTREE | `sDefineNo`, `sDefineNo2`, `sWareHouseId`, `sLocationId`, `sWareHouseLocationId` | | `IndexN_pitproductcheckslave_WareHouse_sSrcId` | | BTREE | `sBrandsId`, `sSubsidiaryId`, `sSrcId`, `sSrcSlaveId` | | `IndexU_elecustomeraddress` | ✓ | BTREE | `sId`, `sBrandsId`, `sSubsidiaryId` | | `IndexU_pitproductcheckslave_WareHouse` | ✓ | BTREE | `sParentId`, `sProductId`, `sWareHouseId`, `sLocationId`, `sWareHouseLocationId`, `sDefineNo`, `sDefineNo2` | | `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._