Commit d95ebee1 authored by nanahira's avatar nanahira

fix

parent b913277a
......@@ -116,6 +116,9 @@ export class Tournament extends DescBase {
@QueryColumn()
@QueryIn('status')
@ApiProperty({
description: '状态查询,逗号分隔,之间是 OR 关系',
})
statusIn: string;
@NotWritable()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment