Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Save ¶
type Save struct {
Id int64 `gorm:"primaryKey;autoIncrement;comment:主键"`
FileName string `gorm:"comment:文件名"`
Before string `gorm:"comment:转换前大小(MB)"`
After string `gorm:"comment:转换后大小(MB)"`
SaveSize float64 `gorm:"comment:节省(为正数的时候)的空间(MB)"`
CreateAt time.Time `gorm:"autoCreateTime;comment:创建时间"`
UpdateAt time.Time `gorm:"autoUpdateTime;comment:更新时间"`
DeleteAt gorm.DeletedAt `gorm:"index;comment:删除时间"`
}
Click to show internal directories.
Click to hide internal directories.