fix(schema): 修改兑换码批次标题字段名称
- 将“code_batch.title”字段的描述从“标题”改为“兑换码批次名称”
This commit is contained in:
parent
11fdfa7dd9
commit
f2781277f5
|
|
@ -347,7 +347,7 @@ func AllLabels() map[string]string {
|
||||||
"key_batch.key_official_price": "KEY官方价",
|
"key_batch.key_official_price": "KEY官方价",
|
||||||
"key_batch.key_cost_price": "KEY成本价",
|
"key_batch.key_cost_price": "KEY成本价",
|
||||||
"code_batch.id": "兑换批次ID",
|
"code_batch.id": "兑换批次ID",
|
||||||
"code_batch.title": "标题",
|
"code_batch.title": "兑换码批次名称",
|
||||||
"code_batch.status": "状态",
|
"code_batch.status": "状态",
|
||||||
"code_batch.begin_time": "开始时间",
|
"code_batch.begin_time": "开始时间",
|
||||||
"code_batch.end_time": "结束时间",
|
"code_batch.end_time": "结束时间",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue