blob: cf00f662eeccc249b39cb03c77225a754204fe65 [file] [log] [blame]
Jiarenxiang38dcb052025-03-13 16:40:09 +08001export default {
2 'system.dict.title': '字典类型',
3 'system.dict.dict_id': '字典主键',
4 'system.dict.dict_name': '字典名称',
5 'system.dict.dict_type': '字典类型',
6 'system.dict.status': '状态',
7 'system.dict.create_by': '创建者',
8 'system.dict.create_time': '创建时间',
9 'system.dict.update_by': '更新者',
10 'system.dict.update_time': '更新时间',
11 'system.dict.remark': '备注',
12};