🆕 完善页面(未完成)

This commit is contained in:
李寻欢
2023-11-30 17:31:50 +08:00
parent 0430c2203e
commit 699f10e854
8 changed files with 379 additions and 83 deletions

View File

@@ -55,7 +55,7 @@ func (dt DateTime) Value() (dv driver.Value, err error) {
// 用于 fmt.Println 和后续验证场景
func (dt DateTime) String() string {
return dt.Format(dateTimeFormat)
return dt.Format("2006-01-02 15:04:05")
}
// Format 格式化