From 7bcb5deb0f2b23a4161f4025de43756fb4597ad7 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 18 Dec 2025 14:47:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(schema):=20=E4=BF=AE=E6=AD=A3=E7=AB=8B?= =?UTF-8?q?=E5=87=8F=E9=87=91=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将order_voucher.status字段描述由“状态”修改为“立减金状态” - 提高字段含义的准确性和清晰度 --- server/internal/schema/fields.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/internal/schema/fields.go b/server/internal/schema/fields.go index 2adf211..73b635e 100644 --- a/server/internal/schema/fields.go +++ b/server/internal/schema/fields.go @@ -313,7 +313,7 @@ func AllLabels() map[string]string { "order_voucher.channel": "渠道", "order_voucher.channel_activity_id": "渠道立减金批次", "order_voucher.channel_voucher_id": "渠道立减金ID", - "order_voucher.status": "状态", + "order_voucher.status": "立减金状态", "order_voucher.receive_mode": "领取方式", "order_voucher.grant_time": "领取时间", "order_voucher.usage_time": "核销时间",