mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
refactor: V3 版本重构已基本完成
This commit is contained in:
7
api/go/store/vo/base.go
Normal file
7
api/go/store/vo/base.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package vo
|
||||
|
||||
type BaseVo struct {
|
||||
Id uint `json:"id"`
|
||||
CreatedAt int64 `json:"created_at"`
|
||||
UpdatedAt int64 `json:"updated_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user