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

View File

@ -1,11 +1,15 @@
package com.ruoyi.common.exception;
import java.io.Serial;
/**
* 演示模式异常
*
* @author ruoyi
*/
public class DemoModeException extends RuntimeException {
@Serial
private static final long serialVersionUID = 1L;
public DemoModeException() {