升级版本号到3.8.2

This commit is contained in:
JEECG
2025-07-31 18:12:41 +08:00
parent 7a9f357510
commit dafacf153b
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ public class OpenApiController extends JeecgController<OpenApi, OpenApiService>
SwaggerInfo info = new SwaggerInfo();
info.setDescription("OpenAPI 接口列表");
info.setVersion("3.8.1");
info.setVersion("3.8.2");
info.setTitle("OpenAPI 接口列表");
info.setTermsOfService("https://jeecg.com");