feat(schema): 添加卡号及卡密标签字段

- 在 AllLabels 映射中
This commit is contained in:
zhouyonggao 2025-12-18 16:31:19 +08:00
parent 40962d9b30
commit f760cd5dcc
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ func AllLabels() map[string]string {
"order_digit.end_time": "卡密有效期", "order_digit.end_time": "卡密有效期",
"order_digit.create_time": "创建时间", "order_digit.create_time": "创建时间",
"order_digit.update_time": "更新时间", "order_digit.update_time": "更新时间",
"order_digit.card_no": "卡号",
"order_digit.card_pass": "卡密",
"order_digit.code": "验证码", "order_digit.code": "验证码",
"order_digit.sms_channel": "短信渠道", "order_digit.sms_channel": "短信渠道",
"goods_voucher_batch.channel_batch_no": "渠道批次号", "goods_voucher_batch.channel_batch_no": "渠道批次号",