This commit is contained in:
ljw
2024-09-13 15:57:29 +08:00
commit c53df223d1
112 changed files with 14353 additions and 0 deletions

7
model/version.go Normal file
View File

@@ -0,0 +1,7 @@
package model
type Version struct {
IdModel
Version uint `json:"version" gorm:"default:0;not null;"`
TimeModel
}