You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
468 B
19 lines
468 B
{
|
|
"controller": {
|
|
"prefix": "controller",
|
|
"body": [
|
|
"import { CoolController, BaseController } from '@cool-midway/core';",
|
|
"",
|
|
"/**",
|
|
" * 描述",
|
|
" */",
|
|
"@CoolController({",
|
|
" api: ['add', 'delete', 'update', 'info', 'list', 'page'],",
|
|
" entity: 实体,",
|
|
"})",
|
|
"export class XxxController extends BaseController {}",
|
|
""
|
|
],
|
|
"description": "cool-admin controller代码片段"
|
|
}
|
|
}
|
|
|