huliguo
2025-07-31 b646898adf3f2ad119dd9fd1c7c01d7f0742bf97
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