ApiResponseList<T>( voClass: ClassConstructor<T>,): <TFunction extends Function, Y>( target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>,) => void 参数
- voClass: ClassConstructor<T>
返回 <TFunction extends Function, Y>(
target: object | TFunction,
propertyKey?: string | symbol,
descriptor?: TypedPropertyDescriptor<Y>,
) => void
响应装饰器 - 数组