From 419e49e33fcb649d66a236e3c1de3e500e58bf4c Mon Sep 17 00:00:00 2001 From: "DESKTOP-4672LME\\Xu Tengfei" Date: Mon, 16 Aug 2021 15:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E5=B9=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/log/PackTemplate.model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/log/PackTemplate.model.go b/models/log/PackTemplate.model.go index b69bc4c..03fd01d 100644 --- a/models/log/PackTemplate.model.go +++ b/models/log/PackTemplate.model.go @@ -46,6 +46,7 @@ type PackTemplate struct { LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"LOG_PackTemplate-LastModify"` LastUser string `xorm:"nvarchar(20) 'LastUser' not null" json:"LOG_PackTemplate-LastUser"` CreateTime grmi.DateTime `xorm:"datetime 'CreateTime' not null created" json:"LOG_PackTemplate-CreateTime"` + Items []PackTemplateItemlst `xorm:"-" json:"LOG_PackTemplate-Items"` } /******************************************************************************