catchAdmin/catch/system/module.json
2020-09-19 16:10:08 +08:00

15 lines
303 B
JSON

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