From f2781277f5f6e50ee19608a8d6cd7b90e68062b6 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 18 Dec 2025 15:57:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(schema):=20=E4=BF=AE=E6=94=B9=E5=85=91?= =?UTF-8?q?=E6=8D=A2=E7=A0=81=E6=89=B9=E6=AC=A1=E6=A0=87=E9=A2=98=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将“code_batch.title”字段的描述从“标题”改为“兑换码批次名称” --- 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 896696b..ace097f 100644 --- a/server/internal/schema/fields.go +++ b/server/internal/schema/fields.go @@ -347,7 +347,7 @@ func AllLabels() map[string]string { "key_batch.key_official_price": "KEY官方价", "key_batch.key_cost_price": "KEY成本价", "code_batch.id": "兑换批次ID", - "code_batch.title": "标题", + "code_batch.title": "兑换码批次名称", "code_batch.status": "状态", "code_batch.begin_time": "开始时间", "code_batch.end_time": "结束时间",