Browse Source

冲突解决

release_0.0.2
wenlele 3 years ago
parent
commit
26a9ff2b1f
  1. 11
      code/VideoAccess-VCMP/api/app/lib/models/camera.js

11
code/VideoAccess-VCMP/api/app/lib/models/camera.js

@ -246,7 +246,16 @@ module.exports = dc => {
key: "id",
model: "secretYingshi"
}
}
},
gbId: {
type: DataTypes.INTEGER,
allowNull: true,
defaultValue: null,
comment: null,
primaryKey: false,
field: "gb_id",
autoIncrement: false,
},
}, {
tableName: "camera",
comment: "",

Loading…
Cancel
Save