You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export class Test3 {
@SwaggerProperty({type: 'integer', description: "字段a"})
public a = 1;
@SwaggerProperty()
public b = '2';
constructor(public y = 1, public z = 2) {
this.a = 1;
this.b = '2';
}
}
其他约定
swagger version title description字段默认从 process.cwd() 的 package.json 中读取