update 优化整体代码 适配jdk17

This commit is contained in:
疯狂的狮子li
2023-05-23 13:27:46 +08:00
parent 55c3e7687b
commit 8ad97f6e69
100 changed files with 347 additions and 460 deletions

View File

@@ -1,5 +1,7 @@
package org.dromara.common.sms.exception;
import java.io.Serial;
/**
* Sms异常类
*
@@ -7,6 +9,7 @@ package org.dromara.common.sms.exception;
*/
public class SmsException extends RuntimeException {
@Serial
private static final long serialVersionUID = 1L;
public SmsException(String msg) {