提交修改反射部分

This commit is contained in:
1
2025-08-28 14:38:13 +00:00
parent 7481182371
commit 921a121e11
9 changed files with 94 additions and 90 deletions

View File

@@ -5,6 +5,7 @@ import (
)
type IModel interface {
TableName() string
GroupName() string
}