catchAdmin/catch/system/module.json

14 lines
231 B
JSON
Raw Normal View History

2020-04-29 17:37:45 +08:00
{
"name": "系统管理",
"alias": "system",
"description": "",
"keywords": [],
"order": 2,
"services": [
"catchAdmin\\system\\SystemService"
],
2020-04-29 17:37:45 +08:00
"aliases": {},
"files": [],
"requires": [],
"enable": true
2020-04-29 17:37:45 +08:00
}