|
@@ -5,6 +5,7 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
|
// 答案详情
|
|
|
const answerInfo = new Schema({
|
|
|
questionid: { type: String, required: false, maxLength: 200 }, // 问题id
|
|
|
+ topic: { type: String, required: false, maxLength: 200 }, // 问题
|
|
|
answer: { type: String, required: false, maxLength: 200 }, // 答案
|
|
|
questionscore: { type: String, required: false, maxLength: 200 }, // 分数
|
|
|
});
|