模型库

This commit is contained in:
ZZX9599
2025-09-22 17:13:22 +08:00
parent adf375648b
commit 521efbafac
40 changed files with 1177 additions and 523 deletions

View File

@ -61,13 +61,13 @@ public class AuthAspect {
}
}
// 授权有效继续执行原方法
// 授权有效继续执行原方法
return point.proceed();
}
/**
* 读取授权文件内容
* @return 授权文件内容如果文件不存在或读取失败则返回null
* @return 授权文件内容如果文件不存在或读取失败则返回null
*/
private String readLicenseFile() {
try {