feat(types):增加日期时间类型。

This commit is contained in:
徐涛
2023-07-11 09:58:15 +08:00
parent 23293b6d27
commit 539e4ec384
6 changed files with 347 additions and 2 deletions

2
types/types.go Normal file
View File

@@ -0,0 +1,2 @@
// 定义常用的数据类型包括数据类型在数据库内的存储和读取以及数据类型在JSON格式中的输出与解析。
package types