!6 同步develop分支

* sync -- 同步develop分支
This commit is contained in:
KonBAI
2022-01-18 13:16:15 +00:00
parent a649962696
commit 5676316380
338 changed files with 10957 additions and 9551 deletions

View File

@@ -7,10 +7,10 @@ package com.ruoyi.oss.exception;
*/
public class OssException extends RuntimeException {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public OssException(String msg) {
super(msg);
}
public OssException(String msg) {
super(msg);
}
}