Feat: add query params

This commit is contained in:
2025-11-10 11:07:36 +08:00
parent 9a39bcda40
commit dbd2ed6469
16 changed files with 293 additions and 37 deletions

4
models/user.go Normal file
View File

@@ -0,0 +1,4 @@
package models
type User struct {
}