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