试用了一下,非常棒哟,是否有考虑如下模式? e.g. ``` m := mapper.NewMapper() result := m.mapper[T](&orgrigin_data) println(result) ... ```