|
@@ -10,7 +10,7 @@ const TasksSchema = {
|
|
type: { type: String, required: false, maxLength: 64 }, // 类别
|
|
type: { type: String, required: false, maxLength: 64 }, // 类别
|
|
content: { type: String, required: false, maxLength: 64 }, // 内容
|
|
content: { type: String, required: false, maxLength: 64 }, // 内容
|
|
status: { type: String, required: false, maxLength: 2 }, // 状态
|
|
status: { type: String, required: false, maxLength: 2 }, // 状态
|
|
- errmsg: { type: String, required: false, maxLength: 200 }, // 导入错误信息
|
|
|
|
|
|
+ errmsg: { type: String, required: false }, // 导入错误信息
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|