同步升级3.0

This commit is contained in:
疯狂的狮子li
2020-07-20 10:41:32 +08:00
286 changed files with 6175 additions and 5603 deletions

View File

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