重构 orm 代码生成逻辑,实现 bill 接口,优化请求字段检查与 list total 查询逻辑

This commit is contained in:
2025-04-11 17:36:34 +08:00
parent c1b4f8d605
commit 636bdcdb87
36 changed files with 794 additions and 193 deletions

View File

@@ -1,14 +1,11 @@
package main
import (
"fmt"
"time"
"platform/web/services"
)
func main() {
parse, err := time.Parse(time.RFC3339, "2025-04-16T16:00:00.000Z")
if err != nil {
return
for range 12 {
println(services.ID.GenReadable("res"))
}
fmt.Printf("%x\n", parse)
}