完成基础功能

This commit is contained in:
zyj
2025-09-02 11:39:06 +08:00
parent a94f6b5a25
commit b67fef0683
7 changed files with 126 additions and 18 deletions

View File

@@ -17,5 +17,5 @@ type User struct {
// 实现 TableName 方法指定表名
func (User) TableName() string {
return "d_user"
return "user"
}