08-支付/结算ER图
2022-06-25 00:41:43 3 举报
支付/结算ER图
作者其他创作
大纲/内容
t_pay_channel_user 支付渠道用户
id
user_id 支付账户idchannel_type 表示渠道类型: 1-微信 2-米大师user_name 用户名user_type 用户类型type_id 某类型用户下 用户IDchannel_user_id 渠道ID,唯一键out_request_no 业务申请编号applyment_id 微信返回的申请单号user_outer_id 二级商户号status 状态success_time 开户成功时间create_time 创建时间last_modified_time 最后修改时间
分账
t_ocs_order 计费订单
idshop_id 店铺id
flow_id 流水idocs_type 计费订单类型ocs_type_id 对应类型的唯一订单号ocs_type_id_attach 对应类型的唯一订单号(附属)trade_order_id 交易订单号trade_order_timestamp 下单时间shop_name 店铺名称trade_order_source 订单来源: 1-普通订单 2-分销订单trade_order_biz_mode 业务模式: 1-普通 2-预售 3-拼团trade_order_tag 业务身份opt_timestamp 业务发生时间tick_timestamp 挂帐时间total_amount 总金额subsidies_total_amount 优惠总金额shop_subsidies_amount 商家优惠金额platform_subsidies_amount 平台优惠金额actual_amount 用户实付service_rate 技术服务费率service_recharge 技术服务费commission_rate 分销佣金率commission_amount 分销佣金shop_marketing_service_recharge 商家营销服务费platform_marketing_service_recharge 平台营销服务费channel_recharge 通道手续费should_pay_amount 应付商家款actual_settlement_amount 实际结算金额status 状态: 1-初始化 2-已计费 3-已挂帐refund_assume 退款承担方: 1-商家承担 2-平台承担refund_type 售后类型: 1-仅退款 2-退货退款refund_source 退款来源: frozen-商家冻结余额 available-商户可用余额 platform-平台垫付refund_platform_recharge 退款平台收取的手续费remark 备注信息attach 备注信息-技术使用order_id_info 订单号id信息tick_info 挂帐信息create_time 创建时间last_modified_time 更新时间strike_flag 冲账标志
db_pay_account
1 .. *
分表策略a. MDB中以下表以pay_order_id后3位分表,总共分1000个表 1. 支付订单表t_pay_order_xxx 2. 支付子单表t_sub_pay_order_xxx 3. 补差订单表t_pay_subsidies_xxx 4. 完结分账订单表t_profit_sharing_order_xxxb. TDSQL中以下表以shop_id为分片键 1. 计费订单表t_ocs_order 2. 账单表t_pay_bill
t_shop_refund_transport_bill 退货运费商家月账单
shop_id 商铺id即米大师open idfont color=\"#2196f3\
1 .. 1
t_pay_bank_account 银行卡
user_id 支付用户idfont color=\"#2196f3\" style=\"\
t_shop_margin_pay 商家保证金支付订单
shop_id 商铺id即米大师open idout_trade_no 保证金支付订单idamount 保证金支付金额transaction_id 米大师交易订单idpay_status 支付状态order_time 下单时间pay_time 成功支付时间channel 支付渠道channel_order_id 渠道单号create_time 创建时间last_modified_time 更新时间business_order_type 业务订单类型business_order_id 业务订单号
db_pay_ocs
t_pay_user 支付用户
user_id 支付账户iduser_name 用户名user_type 用户类型type_id 某类型用户下的 用户idstatus 状态contact_name 联系人姓名contact_id_number 联系人idcontact_openid contact_mobile_phone 电话号码contact_email 邮箱create_time 创建时间last_modified_time 最后修改时间
退款
t_pay_bank_account_change 银行卡变更记录
user_id 支付用户idchannel_user_id 支付用户渠道idrecord_id 记录id 唯一键old_bank_account_type 修改前银行账户类型old_account_bank_name 修改前账户所属银行old_bank_address_code 修改前银行邮政编码old_bank_branch_id 修改前银行分行idold_bank_total_name 修改前银行全称old_account_number 修改前银行账户号new_bank_account_type 修改后银行账户类型new_account_bank_name 修改后账户所属银行new_bank_address_code 修改后银行邮政编码new_bank_branch_id 修改后银行分行idnew_bank_total_name 修改后银行全称new_account_number 修改后银行账户号status 修改状态create_time 创建时间last_modified_time 更新时间
t_shop_margin_account 商家保证金账户
shop_id 商铺idtotal_amount 保证金账户金额base_margin_amount 基础保证金金额category_margin_amount 类目保证金金额activity_margin_amount 活动保证金金额remitpay_user_name 线下打款用户名remitpay_user_name_encrypt 加密remitpay_user_mobile 线下打款联系方式remitpay_user_mobile_encrypt 加密remitpay_reference_id 线下打款固定识别码version 乐观锁版本create_time 创建时间last_modified_time 更新时间
t_profit_sharing 分账订单
font color=\"#2196f3\
支付
t_pay_bill 账单
bill_id 账单IDbill_type 账单类型: 1-日账单 2-月账单bill_time 账单日期shop_name 店铺名称order_num 订单数量platform_subsidies_amount 平台优惠actual_amount 用户实付settlement_amount 订单应结金额=用户实付金额+平台优惠service_recharge 技术服务费commission_amount 分销佣金channel_recharge 支付通道手续费actual_settlement_amount 实际结算金额=订单应结金额-技术服务费-分销佣金-支付通道手续费create_time 创建时间last_modified_time 更新时间total_amount 订单总金额shop_subsidies_amount 店铺优惠金额
t_sub_pay_order_xxx 支付子单
pay_order_id 支付单IDfont color=\"#2196f3\
t_subsidies_return_order 补差回退订单
refund_order_id 退款订单号sub_pay_order_id 支付子单IDreturn_subsidies_order_id 补差回退订单号transaction_id 微信支付订单号refund_transaction_id 微信退款订单号amount 补差金额subsidies_refund_id 微信补差回退订单号result 补差回补状态completed_timestamp 完成时间create_time 创建时间last_modified_time 更新时间
保证金
t_pay_account 支付账户
account_id 账户IDaccount_type 账户类型user_id 支付用户IDchannel_type 渠道类型channel_user_id 支付渠道用户IDbalance 账户余额locked_balance 冻结金额create_line 信用额度subject_code 会计科目currency 币种direct 余额正负标志: 0-负 1-正status 账户状态manual_status 风控标志remark 备注delete_flag 删除标志: 0-正常 1-删除op_name 操作员create_time 创建时间last_modified_time 更新时间
t_pay_flow_xxx 账户流水
flow_id 流水IDaccount_id 账户IDuser_id 支付用户IDchannel_user_id 支付渠道用户IDaccount_type 账户类型flow_type 流水类型business_id 业务IDdirect 资金方向: 1-入账户 2-出账户balance_time 入账时间business_time 业务时间before_balance 交易前余额amount 交易金额after_balance 交易后余额mark 备注create_time 创建时间last_modify_time 最后修改时间strike_flag 冲账流水标志
t_pay_refund_order 退款订单
refund_order_id 退款订单IDsub_pay_order_id 支付子单IDpay_order_id 支付主单IDtransaction_id 微信支付订单IDrefund_transaction_id 微信退款订单IDtrade_order_id 交易单IDsub_trade_order_id 交易子单IDrefund_amount 退款金额mch_id 商户平台号sub_mch_id 二级商户号status 状态shop_id 店铺IDreason 退款原因wx_refund_apply_time 微信侧退款发起时间wx_refund_time 微信退款时间remark 备注信息biz_data 业务方信息biz_id app_id refund_source 退款来源old_refund_channel_order_id 旧退款渠道单退款单ID(用于微信退款)old_subsidies_return_id 补差回退IDcreate_time 创建时间last_modified_time 更新时间subsidies_refund_amount 补差退款金额refund_total_amount 退款总金额refund_shop_subsidies_amount 退款店铺优惠金额shop_marketing_service_recharge 退商家营销服务费refund_process 退款流程操作is_last_refund 是否最后一次退款: 1-是 2-否refund_platform_recharge 退款平台收取的手续费platform_marketing_service_recharge 退平台营销服务费refund_total_subsidies_amount 退款优惠总金额
计费
MDB
t_shop_margin_transaction 商家保证金交易明细
shop_id 商铺id即米大师open idtransaction_type -充值 WITHDRAW-提现amount 金额capital_account 资金账户capital_account_name 资金账户名称status 订单状态trade_order_id 交易订单号,充值订单idwithdraw_id 退款单号transaction_id 米大师订单号channel 支付渠道channel_order_id 渠道单号business_order_type 业务订单类型business_order_id 业务订单号appendix 附件trade_desc 交易描述remark 备注operator 操作人opt_timestamp 操作时间create_time 创建时间last_modified_time 更新时间
账户
t_pay_subsidies_xxx 补差订单
subsidies_id 补差订单IDpay_order_id 支付主单IDsub_pay_order_id 支付子单IDtransaction_id 微信支付订单IDwx_subsidy_id 微信补差单IDsub_mch_id 二级商户号amount 补差金额subsidies_info 补差信息description 补差描述refund_order_id 退款单IDstatus 状态: 1-成功 2-失败success_time 补差完成时间create_time 创建时间last_modified_time 最后修改时间
TDSQL
t_profit_sharing_order_xxx 完结分账订单
profit_sharing_order_id 分账订单号pay_order_id 支付订单号sub_pay_order_id 支付订单号trade_order_id 交易订单号transaction_id 微信订单号sub_mch_id 二级商户号receivers 分账接收方profit_sharing_total_amount 分账总金额shop_receive_amount 商家分账金额profit_sharing_receiver_amount 分佣金额finish_order_id 完结分账订单号status 状态 1-处理中 2-成功 3-关单close_reason 关单原因remark 备注finish_timestamp 完结分账时间profit_sharing_date 分账日期create_time 创建时间last_modified_time 更新时间need_profit_sharing 是否需要分账settlement_process 结算流程操作
1 .. 1
t_pay_order_xxx 支付订单
pay_order_id 支付IDtrade_id 交易IDtrade_order_id 交易单IDtrade_pay_seq 订单支付序号(表示订单第几次支付)wx_prepare_id 微信预支付交易会话标识IDtotal_amount 总金额actual_amount 用户实际支付金额shop_promotion_amount 店铺优惠金额platform_promotion_amount 平台优惠金额shop_subsidies_amount 店铺补差金额platform_subsidies_amount 平台补差金额user_id 用户IDopen_id 用户的openedsource 设备指纹status 状态type 类型:1-普通支付单;2-预售支付单;4-尾款支付单biz_id 业务IDmch_id 微信支付平台商户号app_id appIdpay_type 支付方式expire_time 微信订单过期时间wx_pay_complete_time 微信侧支付完成时间err_code 错误码err_msg 错误信息old_pay_order_idwx_attach 微信支付附加信息req_md5 请求参数mdb5create_time 创建时间last_modified_time 最后更新时间remark 备注property 属性标志
t_shop_balance_withdraw 提现订单
withdraw_order_id 提现订单号request_id 请求唯一idwithdraw_id 微信支付提现单号shop_id 商家iduser_id 支付用户IDsub_mch_id 二级商户idmch_id 平台商户号amount 提现金额status 提现状态channel_create_time 提现发起时间channel_update_time 提现状态更新时间reason 失败原因remark 提现备注bank_no_tail 银行卡后四位bank_memo 银行备注account_number 收款账户bank_full_name 入账银行全称(含支行)opt_user_id 操作人biz_id 业务idcreate_time 创建时间last_modified_time 更新时间
t_advance_return_order 垫付回补订单
refund_order_id 退款订单号sub_pay_order_id 支付子单IDrefund_transaction_id 微信退款订单号shop_id 商户号sub_mch_id 二级商户号advance_return_id 微信垫付回补操作订单号return_amount 垫付金额payer_mch_id 出款方商户号payer_account 出款方账号payee_mch_id 入帐方商户号payee_account 入帐方账号result 状态: SUCCESS FAILED PROCESSINGcompleted_timestamp 完成时间create_time 创建时间last_modified_time 更新时间
t_shop_margin_withdraw 商家保证金退款订单
shop_id 商铺id即米大师open idrequest_id 请求唯一idwithdraw_id 保证金提现订单idout_trade_no 保证金支付时订单idamount 保证金提现金额capital_account 退还资金账户transaction_id 米大师交易订单id——预留字段withdraw_status 提现状态withdraw_from 提现发起方channel 支付时渠道order_time 下单时间withdraw_time 成功提现时间create_time 创建时间last_modified_time 更新时间
0 条评论
回复 删除
下一页