From 3a6072b18e524e548a031830f0fa968785576f90 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 18 Dec 2025 16:45:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(schema):=20=E5=88=A0=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E5=BA=9F=E5=BC=83=E7=9A=84=E5=88=86=E7=BB=84=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除code_batch.group_info字段及其对应的中文标签 - 清理无用的代码注释和映射条目 - 保持标签映射结构的整洁和正确性 --- server/internal/schema/fields.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/internal/schema/fields.go b/server/internal/schema/fields.go index 841484f..cf8fdff 100644 --- a/server/internal/schema/fields.go +++ b/server/internal/schema/fields.go @@ -143,7 +143,6 @@ func AllLabels() map[string]string { "code_batch.stock": "库存", "code_batch.restrict": "绑定次数", "code_batch.recharge_type": "充值类型", - "code_batch.group_info": "分组信息", "code_batch.period_type": "周期类型", "code_batch.period_num": "周期数量", "code_batch.period_day": "周期天数",