浏览代码

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/ConstructionCost

laiguoran 4 年之前
父节点
当前提交
5717bf32c7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules/all_models/system_setting.js

+ 0 - 1
modules/all_models/system_setting.js

@@ -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}));