@ -71,7 +71,10 @@ func (ot *ObjectType) IsValid() bool {
//
// Date : 18:50 2023/6/1
func (ot *ObjectType) IsNil() bool {
return ot.source == nil
if ot.source == nil {
return true
}
return reflect.ValueOf(ot.source).IsNil()
// ToString 转字符串
The note is not visible to the blocked user.