fix(schema): 修改立减金领取方式的字段描述
- 将 order_voucher.receive_mode 字段描述从“领取方式”更新为“立减金领取方式”
This commit is contained in:
parent
3a6072b18e
commit
d8ffa5507c
|
|
@ -103,7 +103,7 @@ func AllLabels() map[string]string {
|
||||||
"order_voucher.channel_user_id": "渠道用户ID",
|
"order_voucher.channel_user_id": "渠道用户ID",
|
||||||
"order_voucher.account": "发券账号",
|
"order_voucher.account": "发券账号",
|
||||||
"order_voucher.status": "立减金状态",
|
"order_voucher.status": "立减金状态",
|
||||||
"order_voucher.receive_mode": "领取方式",
|
"order_voucher.receive_mode": "立减金领取方式",
|
||||||
"order_voucher.grant_time": "领取时间",
|
"order_voucher.grant_time": "领取时间",
|
||||||
"order_voucher.usage_time": "核销时间",
|
"order_voucher.usage_time": "核销时间",
|
||||||
"order_voucher.refund_time": "退款时间",
|
"order_voucher.refund_time": "退款时间",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue