feat: draft of excel export
This commit is contained in:
@@ -5,10 +5,12 @@ var Entities = []any{
|
||||
}
|
||||
|
||||
type Post struct {
|
||||
Id uint `gorm:"primaryKey"`
|
||||
Text string
|
||||
Id uint `gorm:"primaryKey"`
|
||||
Text string `displayName:"Текст"`
|
||||
CreatedAt int64 `gorm:"autoCreateTime" displayName:"Дата публикации" cellType:"timestamp"`
|
||||
}
|
||||
|
||||
// Author A sample of comment
|
||||
type Author struct {
|
||||
Id uint `gorm:"primaryKey"`
|
||||
Name string
|
||||
|
||||
Reference in New Issue
Block a user