first
This commit is contained in:
7
model/version.go
Normal file
7
model/version.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Version struct {
|
||||
IdModel
|
||||
Version uint `json:"version" gorm:"default:0;not null;"`
|
||||
TimeModel
|
||||
}
|
||||
Reference in New Issue
Block a user