fix(schema): 删除已废弃的分组信息标签
- 移除code_batch.group_info字段及其对应的中文标签 - 清理无用的代码注释和映射条目 - 保持标签映射结构的整洁和正确性
This commit is contained in:
parent
106623a2f7
commit
3a6072b18e
|
|
@ -143,7 +143,6 @@ func AllLabels() map[string]string {
|
||||||
"code_batch.stock": "库存",
|
"code_batch.stock": "库存",
|
||||||
"code_batch.restrict": "绑定次数",
|
"code_batch.restrict": "绑定次数",
|
||||||
"code_batch.recharge_type": "充值类型",
|
"code_batch.recharge_type": "充值类型",
|
||||||
"code_batch.group_info": "分组信息",
|
|
||||||
"code_batch.period_type": "周期类型",
|
"code_batch.period_type": "周期类型",
|
||||||
"code_batch.period_num": "周期数量",
|
"code_batch.period_num": "周期数量",
|
||||||
"code_batch.period_day": "周期天数",
|
"code_batch.period_day": "周期天数",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue