fix(schema): 修复 order_cash.receive_user_id 标签缺失问题

- 在字段标签映射中添加 order_cash.receive_user_id 项
- 将该标签映射为“领取账号”以保持一致性
- 修正了相关字段显示时的标签缺失导致的问题
This commit is contained in:
zhouyonggao 2025-12-18 18:01:26 +08:00
parent 57ecdbe692
commit 0bc28ee9f8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ func AllLabels() map[string]string {
"order_cash.denomination": "红包面额", "order_cash.denomination": "红包面额",
"order_cash.account": "领取账号", "order_cash.account": "领取账号",
"order_cash.receive_name": "真实姓名", "order_cash.receive_name": "真实姓名",
"order_cash.receive_user_id": "领取账号",
"order_cash.app_id": "转账AppID", "order_cash.app_id": "转账AppID",
"order_cash.cash_activity_id": "红包批次号", "order_cash.cash_activity_id": "红包批次号",
"order_cash.receive_status": "领取状态", "order_cash.receive_status": "领取状态",