Parcourir la source

测试提交代码

reloaded il y a 5 ans
Parent
commit
9e27842540
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/model/trainplan.js

+ 1 - 1
app/model/trainplan.js

@@ -2,7 +2,7 @@
 const Schema = require('mongoose').Schema;
 const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
 
-// 批次信息表
+// 批次信息表a
 const batchInfo = new Schema({
   batch: { type: String, required: false, maxLength: 200 }, // 批次
   class: { type: String, required: false, maxLength: 200 }, // 班级数