[feat] 类型调整 int => byte

This commit is contained in:
what 2024-05-09 11:44:00 +08:00
parent f8a11598db
commit 4ef8c130a7

View File

@ -87,7 +87,7 @@ type QueryField interface {
IsExpr() bool IsExpr() bool
IsOmitempty() bool IsOmitempty() bool
Ignored() bool Ignored() bool
SetOptions(int) QueryField SetOptions(byte) QueryField
ToSql() db.Expression ToSql() db.Expression
ToStructField(tags ...string) reflect.StructField ToStructField(tags ...string) reflect.StructField
} }