fix(schema): 修正立减金状态字段描述

- 将order_voucher.status字段描述由“状态”修改为“立减金状态”
- 提高字段含义的准确性和清晰度
This commit is contained in:
zhouyonggao 2025-12-18 14:47:45 +08:00
parent cf9ae5d3f0
commit 7bcb5deb0f
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ func AllLabels() map[string]string {
"order_voucher.channel": "渠道", "order_voucher.channel": "渠道",
"order_voucher.channel_activity_id": "渠道立减金批次", "order_voucher.channel_activity_id": "渠道立减金批次",
"order_voucher.channel_voucher_id": "渠道立减金ID", "order_voucher.channel_voucher_id": "渠道立减金ID",
"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": "核销时间",