From 46ac863fc3506fcbe398ec40b961097848171578 Mon Sep 17 00:00:00 2001 From: dengyinhuan Date: Wed, 8 Mar 2023 09:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E8=AD=A6=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/models/patrol_record_issue_handle.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: "",