mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-11 11:43:43 +08:00
fixed bug for register page code verification
This commit is contained in:
11
api/store/model/app_type.go
Normal file
11
api/store/model/app_type.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type AppType struct {
|
||||
Id uint `gorm:"primarykey"`
|
||||
Name string
|
||||
Icon string
|
||||
SortNum int
|
||||
CreatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user