blob: 5e1e7646038db617838b6acb1c208750f1b35a76 [file] [log] [blame]
Jiarenxiang38dcb052025-03-13 16:40:09 +08001export default {
2 'system.config.title': '参数配置',
3 'system.config.config_id': '参数主键',
4 'system.config.config_name': '参数名称',
5 'system.config.config_key': '参数键名',
6 'system.config.config_value': '参数键值',
7 'system.config.config_type': '系统内置',
8 'system.config.create_by': '创建者',
9 'system.config.create_time': '创建时间',
10 'system.config.update_by': '更新者',
11 'system.config.update_time': '更新时间',
12 'system.config.remark': '备注',
13 'system.config.refreshCache': '刷新缓存',
14};