|
@@ -4,6 +4,7 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
|
|
|
|
// 职责说明表
|
|
|
const ExperienceSchema = {
|
|
|
+ planid: { type: String, required: false }, // 计划id
|
|
|
termid: { type: String, required: false }, // 班级id
|
|
|
batchid: { type: String, required: false }, // 班级id
|
|
|
classid: { type: String, ref: 'Class' }, // 班级id
|