catchAdmin/catch/system/module.json
2020-07-03 21:24:42 +08:00

15 lines
301 B
JSON

{
"name": "系统管理",
"alias": "system",
"description": "系统管理模块",
"version": "1.0.0",
"keywords": [],
"order": 2,
"services": [
"\\catchAdmin\\system\\SystemService"
],
"aliases": [],
"files": [],
"requires": [],
"enable": true
}