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": "渠道批次号",