Browse Source

修复合并代码错误

pull/77/head
DESKTOP-4672LME\Xu Tengfei 3 years ago
parent
commit
419e49e33f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/log/PackTemplate.model.go

+ 1
- 0
models/log/PackTemplate.model.go View File

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


Loading…
Cancel
Save