Pre Merge pull request !320 from 小驴/master

This commit is contained in:
小驴 2022-05-01 12:24:02 +00:00 committed by Gitee
commit eda0c1686d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -9,7 +9,7 @@ import com.ruoyi.common.utils.StringUtils;
*
* @author ruoyi
*/
public class AjaxResult extends HashMap<String, Object>
public class AjaxResult<T> extends HashMap<String, Object>
{
private static final long serialVersionUID = 1L;