mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-27 12:00:17 +00:00
18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
{
|
|
"dto": {
|
|
"prefix": "dto",
|
|
"body": [
|
|
"import { Rule, RuleType } from '@midwayjs/decorator';",
|
|
"/**",
|
|
" * 描述",
|
|
" */",
|
|
"export class xxxDTO {",
|
|
" // 描述",
|
|
" @Rule(RuleType.string().required())",
|
|
" xxx: string;",
|
|
"}"
|
|
],
|
|
"description": "cool-admin dto代码片段"
|
|
}
|
|
}
|