| Jiarenxiang | 38dcb05 | 2025-03-13 16:40:09 +0800 | [diff] [blame] | 1 | export 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 | }; | ||||