|
@@ -26,8 +26,8 @@ const schedule = {
|
|
|
|
|
|
match_time: { type: String },
|
|
|
match_file: { type: Array },
|
|
|
- status: { type: String, default: '0' },
|
|
|
-
|
|
|
+ status: { type: String, default: "0" },
|
|
|
+ position: { type: String },
|
|
|
format: { type: Array },
|
|
|
is_bye: { type: Boolean, default: false },
|
|
|
remark: { type: String },
|