From f760cd5dcc19275ed059bbd2d0a2d1162b47cc16 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 18 Dec 2025 16:31:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(schema):=20=E6=B7=BB=E5=8A=A0=E5=8D=A1?= =?UTF-8?q?=E5=8F=B7=E5=8F=8A=E5=8D=A1=E5=AF=86=E6=A0=87=E7=AD=BE=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AllLabels 映射中 --- server/internal/schema/fields.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/internal/schema/fields.go b/server/internal/schema/fields.go index 7d35aea..e7b5b2f 100644 --- a/server/internal/schema/fields.go +++ b/server/internal/schema/fields.go @@ -183,6 +183,8 @@ func AllLabels() map[string]string { "order_digit.end_time": "卡密有效期", "order_digit.create_time": "创建时间", "order_digit.update_time": "更新时间", + "order_digit.card_no": "卡号", + "order_digit.card_pass": "卡密", "order_digit.code": "验证码", "order_digit.sms_channel": "短信渠道", "goods_voucher_batch.channel_batch_no": "渠道批次号",