|
@@ -5,7 +5,7 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
|
|
|
|
const TeaplanSchema = {
|
|
|
trainplanid: { type: String, required: true, maxLength: 200 },
|
|
|
- nomonth: { type: [ String ], required: false, maxLength: 200 },
|
|
|
+ nodate: { type: [ String ], required: false, maxLength: 200 },
|
|
|
classid: { type: String, required: false, maxLength: 200 },
|
|
|
headteacherid: { type: String, required: false, maxLength: 200 },
|
|
|
};
|