diff --git a/api/app/lib/models/patrol_record_issue_handle.js b/api/app/lib/models/patrol_record_issue_handle.js index f2926ab..278709a 100644 --- a/api/app/lib/models/patrol_record_issue_handle.js +++ b/api/app/lib/models/patrol_record_issue_handle.js @@ -213,6 +213,16 @@ module.exports = dc => { field: "cost", autoIncrement: false }, + yujingafchishu: { + type: DataTypes.INTEGER, + allowNull: true, + defaultValue: null, + comment: null, + primaryKey: false, + field: "yujingafchishu", + autoIncrement: false + }, + }, { tableName: "patrol_record_issue_handle", comment: "",