|
@@ -4,8 +4,9 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
|
|
|
|
const arrange = new Schema({
|
|
|
termid: { type: String, required: false, maxLength: 200 }, // 期id
|
|
|
+ term: { type: String, required: false, maxLength: 200 }, // 期
|
|
|
batchid: { type: String, required: false, maxLength: 200 }, // 批次id
|
|
|
- batchnum: { type: String, required: false, maxLength: 200 }, // 批次
|
|
|
+ batch: { type: String, required: false, maxLength: 200 }, // 批次
|
|
|
number: { type: String, required: false, maxLength: 200 }, // 人数
|
|
|
type: { type: String, required: false, maxLength: 200 }, // 类别
|
|
|
carnum: { type: String, required: false, maxLength: 200 }, // 派车数量
|