Browse Source

添加预警后的字段

master
dengyinhuan 2 years ago
parent
commit
46ac863fc3
  1. 10
      api/app/lib/models/patrol_record_issue_handle.js

10
api/app/lib/models/patrol_record_issue_handle.js

@ -213,6 +213,16 @@ module.exports = dc => {
field: "cost", field: "cost",
autoIncrement: false autoIncrement: false
}, },
yujingafchishu: {
type: DataTypes.INTEGER,
allowNull: true,
defaultValue: null,
comment: null,
primaryKey: false,
field: "yujingafchishu",
autoIncrement: false
},
}, { }, {
tableName: "patrol_record_issue_handle", tableName: "patrol_record_issue_handle",
comment: "", comment: "",

Loading…
Cancel
Save