From 07df168a33bb229d2254550d5a750cb350aead66 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 18 Dec 2025 17:31:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(schema):=20=E7=A7=BB=E9=99=A4=20voucher=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=B8=AD=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 voucher.card_type 标签 - 删除 voucher.early_notifier 标签 - 减少冗余字段,简化标签映射映射结构 --- server/internal/schema/fields.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/internal/schema/fields.go b/server/internal/schema/fields.go index 5d5a672..865008b 100644 --- a/server/internal/schema/fields.go +++ b/server/internal/schema/fields.go @@ -156,8 +156,6 @@ func AllLabels() map[string]string { "voucher.batch_goods_name": "立减金批次名称", "voucher.recharge_amount": "立减金充值金额", "voucher.reduce_amount": "立减金减免金额", - "voucher.card_type": "卡类型", - "voucher.early_notifier": "提前通知人", "voucher.receive_mode": "立减金领取方式", "voucher.send_num": "发放数量", "voucher.is_webview": "是否H5领取",