Pu Zhibing
1 天以前 ea1a62ba6484d6c6cb1ca67dcea938a95ba18fc6
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/reflect/ReflectUtils.java
@@ -18,7 +18,7 @@
/**
 * 反射工具类. 提供调用getter/setter方法, 访问私有变量, 调用私有方法, 获取泛型类型Class, 被AOP过的真实类等工具函数.
 * 
 * @author ruoyi
 * @author jqs
 */
@SuppressWarnings("rawtypes")
public class ReflectUtils