1 Star 0 Fork 0

ichub / go-factroy2024

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
consts.go 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
leijmdas 提交于 2024-01-30 12:56 . add
package base
type RetCode int32
const (
RetCode_SUCCESS RetCode = 200
RetCode_ERROR RetCode = 500
DATETIME_UTC = iota
DATETIME_GMT8
ZERO_TIME_INT64 = -62135596800
PAGE_SIZE_ALL = -1
PAGE_SIZE_ZERO = 0
PAGE_SIZE_DEFAULT = 20
PAGE_SIZE_MAX = 500
FormatDate = "2006-01-02"
FormatDateTime = "2006-01-02 15:04:05"
FormatUTCTime = "2006-01-02T15:04:05.000Z"
)
Go
1
https://gitee.com/ichub/go-factroy2024.git
git@gitee.com:ichub/go-factroy2024.git
ichub
go-factroy2024
go-factroy2024
v1.2.0

搜索帮助