@@ -23,7 +23,6 @@ let modelSchema = {
},
company: String, // 软件供应商
product: String, // 产品名
- icp: String, // icp
version: String // 版本号
};
mongoose.model(collectionName, new Schema(modelSchema, {versionKey: false, collection: collectionName}));