# `plat_customer_freeze_detail` > 平台客户冻结明细表 - **Rows (estimated):** 0 - **Data size:** 16.0 KB - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci - **Created:** 2026-04-27 18:54:50 - **Updated:** ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncreaseId` | `int` | NO | PRI | | auto_increment | 主键(自增序列) | | 2 | `tCreateTime` | `datetime` | NO | | | | 创建时间 | | 3 | `tModifyTime` | `datetime` | NO | | | | 修改时间 | | 4 | `sShopUserId` | `varchar(35)` | NO | | | | 商铺用户编号 | | 5 | `sCustomerUserId` | `varchar(35)` | NO | | | | 客户用户编号 | | 6 | `sFreezeDetailId` | `varchar(35)` | NO | UNI | | | 冻结明细编号(P_FZD开头) | | 7 | `iCapitalType` | `tinyint` | NO | | | | 资金类型(0:余额,1:积分) | | 8 | `iFreezeType` | `tinyint` | NO | | | | 冻结类型(0:冻结,1:解冻) | | 9 | `sRemark` | `varchar(255)` | NO | | | | 备注 | | 10 | `dMoney` | `decimal(18,2)` | NO | | 0.00 | | 明细金额 | | 11 | `dTotalMoney` | `decimal(18,2)` | NO | | 0.00 | | 用户余额 | | 12 | `dAvailableMoney` | `decimal(18,2)` | NO | | 0.00 | | 可用余额 | | 13 | `dFreezeMoney` | `decimal(18,2)` | NO | | 0.00 | | 冻结金额 | | 14 | `sBillNo` | `varchar(35)` | NO | | | | 单据编号 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `PLAT_CUSTOMER_FREEZE_DETAIL_UNQ1` | ✓ | BTREE | `sFreezeDetailId` | | `PRIMARY` | ✓ | BTREE | `iIncreaseId` | ## 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._