|
@@ -38,6 +38,7 @@ const festivalInfo = new Schema({
|
|
|
|
|
|
// 培训计划表
|
|
|
const TrainplanSchema = {
|
|
|
+ planyearid: { type: String, required: true, maxLength: 200 }, // 大批次id
|
|
|
year: { type: String, required: true, maxLength: 200 }, // 年份
|
|
|
title: { type: String, required: true, maxLength: 500 }, // 标题
|
|
|
status: { type: String, required: false, maxLength: 200, default: '0' }, // 状态,0-筹备中,1-发布,2-结束
|