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"` } /******************************************************************************