save
This commit is contained in:
parent
2c7002f57a
commit
1785d55796
2
base.go
2
base.go
@ -13,5 +13,5 @@ package op_type
|
||||
//
|
||||
// Date : 11:25 2023/6/13
|
||||
type BaseType interface {
|
||||
any | int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | float32 | float64 | bool | string
|
||||
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | float32 | float64 | bool | string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user