|
@ -46,6 +46,7 @@ type PackTemplate struct { |
|
|
LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"LOG_PackTemplate-LastModify"` |
|
|
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"` |
|
|
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"` |
|
|
CreateTime grmi.DateTime `xorm:"datetime 'CreateTime' not null created" json:"LOG_PackTemplate-CreateTime"` |
|
|
|
|
|
Items []PackTemplateItemlst `xorm:"-" json:"LOG_PackTemplate-Items"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/****************************************************************************** |
|
|
/****************************************************************************** |
|
|