Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package vo
|
||||
|
||||
import "time"
|
||||
|
||||
type BaseVo struct {
|
||||
Id int64 `json:"id"`
|
||||
CreateTime time.Time `json:"createTime"`
|
||||
}
|
||||
Reference in New Issue
Block a user