update 适配 新序列化注解

This commit is contained in:
疯狂的狮子Li
2023-01-13 23:22:30 +08:00
parent 0fc796b90d
commit 2023de973e
40 changed files with 133 additions and 15 deletions
@@ -1,11 +1,15 @@
package com.ruoyi.common.exception;
import java.io.Serial;
/**
* 工具类异常
*
* @author ruoyi
*/
public class UtilException extends RuntimeException {
@Serial
private static final long serialVersionUID = 8247610319171014183L;
public UtilException(Throwable e) {