plat_order_refund.md
2.01 KB
plat_order_refund
平台订单退单表
- Rows (estimated): 0
- Data size: 16.0 KB
- Engine: InnoDB
- Collation: utf8mb3_general_ci
- Created: 2026-04-27 18:54:51
- Updated:
Columns
| # | Name | Type | Null | Key | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| 1 | iIncreaseId |
int |
NO | PRI | auto_increment | 主键(自增序列) | |
| 2 | tCreateTime |
datetime |
NO | MUL | 创建时间 | ||
| 3 | tModifyTime |
datetime |
NO | 退单时间 | |||
| 4 | sOrderId |
varchar(35) |
NO | MUL | 订单编号 | ||
| 5 | sShopUserId |
varchar(35) |
NO | MUL | 店铺用户编号 | ||
| 6 | sCustomerUserId |
varchar(35) |
NO | MUL | 客户用户编号 | ||
| 7 | sRefundOrderId |
varchar(35) |
NO | UNI | 退单编号(P_ROD开头) | ||
| 8 | sRefundApplyUserId |
varchar(35) |
NO | 退单申请人用户编号 | |||
| 9 | sRefundAuditUserId |
varchar(35) |
NO | 退单审核人用户编号 | |||
| 10 | iRefundStatus |
tinyint(1) |
NO | MUL | 退款状态(1:退款中,2:全部退款,3:部分退款,4:退款驳回) | ||
| 11 | tRefundTime |
datetime |
YES | 退单时间 | |||
| 12 | dRefundMoney |
decimal(18,2) |
NO | 0.00 | 退单金额 | ||
| 13 | sRefundApplyReason |
varchar(255) |
NO | 退单申请原因 | |||
| 14 | sRefundFeedBack |
varchar(255) |
NO | 退单反馈 |
Indexes
| Name | Unique | Type | Columns |
|---|---|---|---|
PLAT_ORDER_REFUND_IDX1 |
BTREE | sOrderId |
|
PLAT_ORDER_REFUND_IDX2 |
BTREE | tCreateTime |
|
PLAT_ORDER_REFUND_IDX3 |
BTREE | sShopUserId |
|
PLAT_ORDER_REFUND_IDX4 |
BTREE | sCustomerUserId |
|
PLAT_ORDER_REFUND_IDX5 |
BTREE | iRefundStatus |
|
PLAT_ORDER_REFUND_UNQ1 |
✓ | BTREE | sRefundOrderId |
PRIMARY |
✓ | BTREE | iIncreaseId |
Narrative
No human-written narrative yet — when this table is exercised by a vertical slice, link from there back to this page.