java.lang.NoSuchMethodError: com.offcn.entity.Result.<init>(ZILjava/lang/String;Ljava/lang/Object;)
Reason: the generic type is not added when returning the resul object
after modification:
java.lang.NoSuchMethodError: com.offcn.entity.Result.<init>(ZILjava/lang/String;Ljava/lang/Object;)
Reason: the generic type is not added when returning the resul object
after modification: