fix(schema): 修改订单外部交易号标签名称
- 将订单字段 "order.out_trade_no" 的标签由“支付流水号”改为“外部交易号”
This commit is contained in:
parent
aad56c6c36
commit
9c34250d3e
|
|
@ -10,7 +10,7 @@ func AllLabels() map[string]string {
|
||||||
"order.order_number": "订单编号",
|
"order.order_number": "订单编号",
|
||||||
"order.key": "KEY",
|
"order.key": "KEY",
|
||||||
"order.creator": "创建者ID",
|
"order.creator": "创建者ID",
|
||||||
"order.out_trade_no": "支付流水号",
|
"order.out_trade_no": "外部交易号",
|
||||||
"order.type": "订单类型",
|
"order.type": "订单类型",
|
||||||
"order.status": "订单状态",
|
"order.status": "订单状态",
|
||||||
"order.account": "账号",
|
"order.account": "账号",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue