[feat] 类型调整 int => byte
This commit is contained in:
@@ -87,7 +87,7 @@ type QueryField interface {
|
||||
IsExpr() bool
|
||||
IsOmitempty() bool
|
||||
Ignored() bool
|
||||
SetOptions(int) QueryField
|
||||
SetOptions(byte) QueryField
|
||||
ToSql() db.Expression
|
||||
ToStructField(tags ...string) reflect.StructField
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user