fix(schema): 修改立减金领取方式的字段描述

- 将 order_voucher.receive_mode 字段描述从“领取方式”更新为“立减金领取方式”
This commit is contained in:
zhouyonggao 2025-12-18 16:51:05 +08:00
parent 3a6072b18e
commit d8ffa5507c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func AllLabels() map[string]string {
"order_voucher.channel_user_id": "渠道用户ID", "order_voucher.channel_user_id": "渠道用户ID",
"order_voucher.account": "发券账号", "order_voucher.account": "发券账号",
"order_voucher.status": "立减金状态", "order_voucher.status": "立减金状态",
"order_voucher.receive_mode": "领取方式", "order_voucher.receive_mode": "立减金领取方式",
"order_voucher.grant_time": "领取时间", "order_voucher.grant_time": "领取时间",
"order_voucher.usage_time": "核销时间", "order_voucher.usage_time": "核销时间",
"order_voucher.refund_time": "退款时间", "order_voucher.refund_time": "退款时间",