Files
WAI_Project_BACKEND/.idea/workspace.xml

474 lines
79 KiB
XML
Raw Normal View History

2025-11-24 22:01:29 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
2026-01-21 01:37:07 +08:00
<list default="true" id="ce6e7176-328f-48f4-8fb7-00300e656eb1" name="更改" comment="">
2025-11-27 19:06:55 +08:00
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources/8464b96e-6460-44dd-a545-ceb7a5ce3e74.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources/8464b96e-6460-44dd-a545-ceb7a5ce3e74.xml" afterDir="false" />
2025-11-27 16:31:26 +08:00
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
2026-01-21 01:37:07 +08:00
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/_localhost-2025_11_27_18_06_02-dump.sql" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/assets/cache" beforeDir="false" afterPath="$PROJECT_DIR$/assets/cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cool-admin.iml" beforeDir="false" afterPath="$PROJECT_DIR$/cool-admin.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/core/base/BaseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/core/base/BaseController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/core/code/CodeGenerator.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/core/code/CodeGenerator.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/core/request/R.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/core/request/R.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/core/security/JwtAuthenticationTokenFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/core/security/JwtAuthenticationTokenFilter.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/core/security/JwtSecurityConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/core/security/JwtSecurityConfig.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/core/util/CompilerUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/core/util/CompilerUtils.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/modules/base/controller/admin/sys/AdminBaseSysUserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/modules/base/controller/admin/sys/AdminBaseSysUserController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/modules/base/controller/app/AppBaseCommController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/modules/base/controller/app/AppBaseCommController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cool/modules/user/controller/app/AppUserInfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cool/modules/user/controller/app/AppUserInfoController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/application-local.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-local.yml" afterDir="false" />
2025-11-27 19:06:55 +08:00
<change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
2026-01-21 01:37:07 +08:00
<change beforePath="$PROJECT_DIR$/target/classes/application-local.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application-local.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/CoolApplication.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/CoolApplication.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/Welcome.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/Welcome.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/annotation/ColumnDefine.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/annotation/ColumnDefine.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/annotation/CoolRestController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/annotation/CoolRestController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/aop/NoRepeatSubmitAspect.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/aop/NoRepeatSubmitAspect.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseController$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/BaseServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/ModifyEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/ModifyEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/TenantEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/TenantEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/base/service/MapperProviderService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/base/service/MapperProviderService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/cache/CoolCache$ToCacheData.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/cache/CoolCache$ToCacheData.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/cache/CoolCache.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/cache/CoolCache.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/code/CodeGenerator.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/code/CodeGenerator.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/code/CodeModel.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/code/CodeModel.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/code/CodeTypeEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/code/CodeTypeEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/CoolProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/CoolProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/CustomOpenApiResource.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/CustomOpenApiResource.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/FileModeEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/FileModeEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/FileProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/FileProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/JacksonConfig$BigNumberSerializer.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/JacksonConfig$BigNumberSerializer.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/JacksonConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/JacksonConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/LocalFileProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/LocalFileProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/LogDiscardPolicy.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/LogDiscardPolicy.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/LogProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/LogProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/MyBatisFlexConfiguration.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/MyBatisFlexConfiguration.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/OssFileProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/OssFileProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/PluginJson.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/PluginJson.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/SwaggerConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/SwaggerConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/ThreadPoolConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/ThreadPoolConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/TokenProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/TokenProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/cache/CaffeineConfig$CacheLoader.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/cache/CaffeineConfig$CacheLoader.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/cache/CaffeineConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/cache/CaffeineConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/config/cache/RedisConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/config/cache/RedisConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/enums/AdminComponentsEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/enums/AdminComponentsEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/enums/Apis.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/enums/Apis.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/enums/QueryModeEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/enums/QueryModeEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/enums/UserTypeEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/enums/UserTypeEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/eps/CoolEps.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/eps/CoolEps.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/eps/EpsEvent.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/eps/EpsEvent.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolException.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolException.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolExceptionHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolExceptionHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolPreconditions$ReturnData.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolPreconditions$ReturnData.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolPreconditions.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/exception/CoolPreconditions.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/file/FileUploadStrategyFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/file/FileUploadStrategyFactory.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/file/UpLoadModeType.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/file/UpLoadModeType.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/file/strategy/CloudFileUploadStrategy.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/file/strategy/CloudFileUploadStrategy.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/file/strategy/FileUploadStrategy.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/file/strategy/FileUploadStrategy.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/file/strategy/LocalFileUploadStrategy.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/file/strategy/LocalFileUploadStrategy.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/i18n/I18nGenerator.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/i18n/I18nGenerator.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/init/CoolPluginInit.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/init/CoolPluginInit.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/init/DBFromJsonInit$DbInitCompleteEvent.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/init/DBFromJsonInit$DbInitCompleteEvent.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/init/DBFromJsonInit.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/init/DBFromJsonInit.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/init/IDGenInit.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/init/IDGenInit.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/IDGenService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/IDGenService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/common/CheckVO.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/common/CheckVO.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/common/Result.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/common/Result.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/common/Status.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/common/Status.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/package-info.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/package-info.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/SegmentIDGenImpl$UpdateThreadFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/SegmentIDGenImpl$UpdateThreadFactory.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/SegmentIDGenImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/SegmentIDGenImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/entity/LeafAllocEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/entity/LeafAllocEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/entity/table/LeafAllocEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/entity/table/LeafAllocEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/mapper/LeafAllocMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/mapper/LeafAllocMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/model/Segment.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/model/Segment.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/model/SegmentBuffer.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/leaf/segment/model/SegmentBuffer.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/lock/CoolLock.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/lock/CoolLock.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/handler/BaseJsonTypeHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/handler/BaseJsonTypeHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/handler/Fastjson2TypeHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/handler/Fastjson2TypeHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/handler/JacksonTypeHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/handler/JacksonTypeHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/pg/PostgresSequenceSyncService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/mybatis/pg/PostgresSequenceSyncService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/config/DynamicJarClassLoader.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/config/DynamicJarClassLoader.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginActionEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginActionEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginEvent.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginEvent.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginEventListener.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginEventListener.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginEventPublisher.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/event/PluginEventPublisher.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/service/CoolPluginService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/service/CoolPluginService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/service/DynamicJarLoaderService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/plugin/service/DynamicJarLoaderService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/CrudOption$TransformParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/CrudOption$TransformParam.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/CrudOption$TransformValue.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/CrudOption$TransformValue.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/CrudOption.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/CrudOption.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/PageResult$Pagination.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/PageResult$Pagination.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/PageResult.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/PageResult.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/R.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/R.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/RequestParamsFilter$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/RequestParamsFilter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/RequestParamsFilter.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/RestInterceptor.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/RestInterceptor.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/prefix/AutoPrefixConfiguration.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/prefix/AutoPrefixConfiguration.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/request/prefix/AutoPrefixUrlMapping.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/request/prefix/AutoPrefixUrlMapping.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/EntryPointUnauthorizedHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/EntryPointUnauthorizedHandler$1.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/EntryPointUnauthorizedHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/EntryPointUnauthorizedHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/IgnoredUrlsProperties.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/IgnoredUrlsProperties.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/JwtAuthenticationTokenFilter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/JwtAuthenticationTokenFilter.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/JwtSecurityConfig$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/JwtSecurityConfig$1.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/JwtSecurityConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/JwtSecurityConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/MyAccessDecisionManager.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/MyAccessDecisionManager.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/MyFilterSecurityInterceptor.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/MyFilterSecurityInterceptor.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/RestAccessDeniedHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/RestAccessDeniedHandler$1.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/RestAccessDeniedHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/RestAccessDeniedHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/jwt/JwtTokenUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/jwt/JwtTokenUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/security/jwt/JwtUser.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/security/jwt/JwtUser.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/tenant/CoolTenantFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/tenant/CoolTenantFactory.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/AnnotationUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/AnnotationUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/AutoTypeConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/AutoTypeConverter.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/BodyReaderHttpServletRequestWrapper$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/BodyReaderHttpServletRequestWrapper$1.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/BodyReaderHttpServletRequestWrapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/BodyReaderHttpServletRequestWrapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/CompilerUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/CompilerUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/ConvertUtil$SimpleMultipartFile.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/ConvertUtil$SimpleMultipartFile.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/ConvertUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/ConvertUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/CoolPluginInvokers.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/CoolPluginInvokers.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/CoolSecurityUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/CoolSecurityUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/DatabaseDialectUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/DatabaseDialectUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/EntityUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/EntityUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/I18nUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/I18nUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/IPUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/IPUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/MapExtUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/MapExtUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/MappingAlgorithm.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/MappingAlgorithm.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/PathUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/PathUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/SpringContextUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/SpringContextUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/core/util/TenantUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/core/util/TenantUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/AdminBaseCodingController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/AdminBaseCodingController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/AdminBaseCommController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/AdminBaseCommController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/AdminBaseOpenController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/AdminBaseOpenController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysDepartmentController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysDepartmentController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysLogController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysLogController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysMenuController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysMenuController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysParamController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysParamController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysRoleController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysRoleController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysUserController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/admin/sys/AdminBaseSysUserController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/app/AppBaseCommController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/controller/app/AppBaseCommController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/dto/sys/BaseSysLoginDto.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/dto/sys/BaseSysLoginDto.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/dto/sys/CodeContentDto.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/dto/sys/CodeContentDto.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysConfEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysConfEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysDepartmentEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysDepartmentEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysLogEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysLogEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysMenuEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysMenuEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysParamEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysParamEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysRoleDepartmentEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysRoleDepartmentEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysRoleEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysRoleEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysRoleMenuEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysRoleMenuEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysUserEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysUserEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysUserRoleEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/BaseSysUserRoleEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysConfEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysConfEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysDepartmentEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysDepartmentEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysLogEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysLogEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysMenuEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysMenuEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysParamEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysParamEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysRoleDepartmentEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysRoleDepartmentEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysRoleEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysRoleEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysRoleMenuEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysRoleMenuEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysUserEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysUserEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysUserRoleEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/entity/sys/table/BaseSysUserRoleEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/filter/BaseLogFilter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/filter/BaseLogFilter.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysConfMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysConfMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysDepartmentMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysDepartmentMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysLogMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysLogMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysMenuMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysMenuMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysParamMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysParamMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysRoleDepartmentMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysRoleDepartmentMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysRoleMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysRoleMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysRoleMenuMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysRoleMenuMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysUserMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysUserMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysUserRoleMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/mapper/sys/BaseSysUserRoleMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/security/JwtUserDetailsServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/security/JwtUserDetailsServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/security/MySecurityMetadataSource.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/security/MySecurityMetadataSource.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseCodingService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseCodingService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysConfService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysConfService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysDepartmentService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysDepartmentService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysLogService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysLogService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysLoginService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysLoginService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysMenuService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysMenuService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysParamService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysParamService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysPermsService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysPermsService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysRoleService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysRoleService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysUserService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/BaseSysUserService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseCodingServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseCodingServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysConfServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysConfServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysDepartmentServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysDepartmentServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysLogServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysLogServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysLoginServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysLoginServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysMenuServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysMenuServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysParamServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysParamServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysPermsServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysPermsServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysRoleServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysRoleServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysUserServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/base/service/sys/impl/BaseSysUserServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/controller/admin/AdminDictInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/controller/admin/AdminDictInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/controller/admin/AdminDictTypeController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/controller/admin/AdminDictTypeController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/controller/app/AppDictInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/controller/app/AppDictInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/DictInfoEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/DictInfoEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/DictTypeEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/DictTypeEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/table/DictInfoEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/table/DictInfoEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/table/DictTypeEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/entity/table/DictTypeEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/mapper/DictInfoMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/mapper/DictInfoMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/mapper/DictTypeMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/mapper/DictTypeMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/DictInfoService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/DictInfoService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/DictTypeService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/DictTypeService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/impl/DictInfoServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/impl/DictInfoServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/impl/DictTypeServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/dict/service/impl/DictTypeServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/controller/admin/AdminPluginInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/controller/admin/AdminPluginInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/entity/PluginInfoEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/entity/PluginInfoEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/entity/table/PluginInfoEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/entity/table/PluginInfoEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/mapper/PluginInfoMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/mapper/PluginInfoMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/service/PluginInfoService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/service/PluginInfoService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/service/impl/PluginInfoServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/plugin/service/impl/PluginInfoServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/aop/DeleteAspect.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/aop/DeleteAspect.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/controller/admin/AdminRecycleDataController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/controller/admin/AdminRecycleDataController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/entity/RecycleDataEntity$EntityInfo.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/entity/RecycleDataEntity$EntityInfo.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/entity/RecycleDataEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/entity/RecycleDataEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/entity/table/RecycleDataEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/entity/table/RecycleDataEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/mapper/RecycleDataMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/mapper/RecycleDataMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/service/RecycleDataService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/service/RecycleDataService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/service/impl/RecycleDataServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/recycle/service/impl/RecycleDataServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/controller/admin/AdminSpaceInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/controller/admin/AdminSpaceInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/controller/admin/AdminSpaceTypeController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/controller/admin/AdminSpaceTypeController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/SpaceInfoEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/SpaceInfoEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/SpaceTypeEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/SpaceTypeEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/table/SpaceInfoEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/table/SpaceInfoEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/table/SpaceTypeEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/entity/table/SpaceTypeEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/mapper/SpaceInfoMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/mapper/SpaceInfoMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/mapper/SpaceTypeMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/mapper/SpaceTypeMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/SpaceInfoService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/SpaceInfoService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/SpaceTypeService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/SpaceTypeService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/impl/SpaceInfoServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/impl/SpaceInfoServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/impl/SpaceTypeServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/space/service/impl/SpaceTypeServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/config/ScheduleConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/config/ScheduleConfig.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/controller/admin/AdminTaskInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/controller/admin/AdminTaskInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/TaskInfoEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/TaskInfoEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/TaskLogEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/TaskLogEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/table/TaskInfoEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/table/TaskInfoEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/table/TaskLogEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/entity/table/TaskLogEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/event/TaskEvent.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/event/TaskEvent.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/mapper/TaskInfoMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/mapper/TaskInfoMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/mapper/TaskLogMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/mapper/TaskLogMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/run/ScheduleJob.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/run/ScheduleJob.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/run/ScheduleRunnable.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/run/ScheduleRunnable.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/TaskInfoLogService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/TaskInfoLogService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/TaskInfoService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/TaskInfoService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/impl/TaskInfoLogServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/impl/TaskInfoLogServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/impl/TaskInfoServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/service/impl/TaskInfoServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/utils/ScheduleUtils$ScheduleStatus.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/utils/ScheduleUtils$ScheduleStatus.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/task/utils/ScheduleUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/task/utils/ScheduleUtils.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/admin/AdminUserInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/admin/AdminUserInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/AppUserAddressController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/AppUserAddressController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/AppUserInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/AppUserInfoController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/AppUserLoginController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/AppUserLoginController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/CaptchaParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/CaptchaParam.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/LoginParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/LoginParam.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/RefreshTokenParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/RefreshTokenParam.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/SmsCodeParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/controller/app/params/SmsCodeParam.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/UserAddressEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/UserAddressEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/UserInfoEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/UserInfoEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/UserWxEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/UserWxEntity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/table/UserAddressEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/table/UserAddressEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/table/UserInfoEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/table/UserInfoEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/table/UserWxEntityTableDef.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/entity/table/UserWxEntityTableDef.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/mapper/UserAddressMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/mapper/UserAddressMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/mapper/UserInfoMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/mapper/UserInfoMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/mapper/UserWxMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/mapper/UserWxMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/proxy/WxProxy.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/proxy/WxProxy.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserAddressService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserAddressService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserInfoService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserInfoService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserLoginService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserLoginService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserWxService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/UserWxService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserAddressServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserAddressServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserInfoServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserInfoServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserLoginServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserLoginServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserWxServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/service/impl/UserWxServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/util/UserSmsUtil$SendSceneEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/util/UserSmsUtil$SendSceneEnum.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/util/UserSmsUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/util/UserSmsUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/cool/modules/user/util/UserWxUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/cool/modules/user/util/UserWxUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration$JdbcStoreTypeConfiguration$OnQuartzDatasourceInitializationCondition.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration$JdbcStoreTypeConfiguration$OnQuartzDatasourceInitializationCondition.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration$JdbcStoreTypeConfiguration.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration$JdbcStoreTypeConfiguration.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/cool-admin-8.0.0.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/cool-admin-8.0.0.jar.original" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/maven-archiver/pom.properties" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
2025-11-27 19:06:55 +08:00
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
2026-01-21 01:37:07 +08:00
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/target/test-classes/com/cool/CoolAdminJavaApplicationTests.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/test-classes/com/cool/CoolAdminJavaApplicationTests.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/test-classes/com/cool/CoolCodeGeneratorTest.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/test-classes/com/cool/CoolCodeGeneratorTest.class" afterDir="false" />
2025-11-24 22:01:29 +08:00
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="alwaysUpdateSnapshots" value="true" />
<option name="customMavenHome" value="D:\Files\NCZY\PROJECT\apache-maven-3.9.11" />
<option name="localRepository" value="D:\Files\NCZY\PROJECT\apache-maven-3.9.11\Repository" />
<option name="mavenHomeTypeForPersistence" value="CUSTOM" />
<option name="userSettingsFile" value="D:\Files\NCZY\PROJECT\apache-maven-3.9.11\conf\settings.xml" />
</MavenGeneralSettings>
</option>
2025-11-27 19:06:55 +08:00
<option name="explicitlyEnabledProfiles" value="jdk-17" />
</component>
<component name="MavenRunner">
<option name="skipTests" value="true" />
2025-11-24 22:01:29 +08:00
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 2
}</component>
<component name="ProjectId" id="35kE3tVOZetkrUERSfcAhJDD9GI" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
2026-01-21 01:37:07 +08:00
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;Maven.cool-admin [clean].executor&quot;: &quot;Run&quot;,
&quot;Maven.cool-admin [compile].executor&quot;: &quot;Run&quot;,
&quot;Maven.cool-admin [package].executor&quot;: &quot;Run&quot;,
&quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
&quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
&quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
&quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
&quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;RunOnceActivity.typescript.service.memoryLimit.init&quot;: &quot;true&quot;,
&quot;Spring Boot.CoolApplication.executor&quot;: &quot;Run&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
&quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;D:/Files/NCZY/PROJECT/cool-admin-java&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;project.structure.last.edited&quot;: &quot;&quot;,
&quot;project.structure.proportion&quot;: &quot;0.15&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;File.Encoding&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
2025-11-24 22:01:29 +08:00
},
2026-01-21 01:37:07 +08:00
&quot;keyToStringList&quot;: {
&quot;DatabaseDriversLRU&quot;: [
&quot;mysql&quot;
2025-11-24 22:01:29 +08:00
]
}
2026-01-21 01:37:07 +08:00
}</component>
2025-11-27 19:06:55 +08:00
<component name="ReactorSettings">
<option name="notificationShown" value="true" />
</component>
2025-11-24 22:01:29 +08:00
<component name="RunManager">
<configuration name="CoolApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
<module name="cool-admin" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.cool.CoolApplication" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
2026-01-21 01:37:07 +08:00
<option value="bundled-jdk-30f59d01ecdd-26cb7f24e5b0-intellij.indexing.shared.core-IU-253.29346.240" />
<option value="bundled-js-predefined-d6986cc7102b-9b0f141eb926-JavaScript-IU-253.29346.240" />
2025-11-24 22:01:29 +08:00
</set>
</attachedChunks>
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="默认任务">
<changelist id="ce6e7176-328f-48f4-8fb7-00300e656eb1" name="更改" comment="" />
<created>1763645474404</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1763645474404</updated>
<workItem from="1763645476824" duration="864000" />
<workItem from="1763646364246" duration="4166000" />
<workItem from="1763650953468" duration="101000" />
<workItem from="1763827367106" duration="1505000" />
<workItem from="1763869802994" duration="10978000" />
2025-11-27 16:31:26 +08:00
<workItem from="1764057899384" duration="6000" />
2025-11-27 19:06:55 +08:00
<workItem from="1764230900270" duration="18175000" />
<workItem from="1764302871386" duration="36000" />
<workItem from="1764330792667" duration="26000" />
<workItem from="1764336858275" duration="616000" />
<workItem from="1764337489955" duration="1356000" />
2026-01-21 01:37:07 +08:00
<workItem from="1765014394694" duration="298000" />
<workItem from="1765449444223" duration="332000" />
<workItem from="1765449857534" duration="47000" />
<workItem from="1768717967465" duration="4695000" />
<workItem from="1768738981677" duration="35996000" />
<workItem from="1768879478091" duration="18269000" />
2025-11-24 22:01:29 +08:00
</task>
2025-11-27 17:23:29 +08:00
<task id="LOCAL-00001" summary="后端初始化框架">
<option name="closed" value="true" />
<created>1764232287782</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1764232287782</updated>
</task>
2025-11-27 18:24:00 +08:00
<task id="LOCAL-00002" summary="后端初始化框架">
<option name="closed" value="true" />
<created>1764235410768</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1764235410768</updated>
</task>
2025-11-27 19:06:55 +08:00
<task id="LOCAL-00003" summary="后端初始化框架">
<option name="closed" value="true" />
<created>1764239041659</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1764239041659</updated>
</task>
2026-01-21 01:37:07 +08:00
<task id="LOCAL-00004" summary="初始化">
<option name="closed" value="true" />
<created>1765014549583</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1765014549583</updated>
</task>
<option name="localTasksCounter" value="5" />
2025-11-24 22:01:29 +08:00
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
2025-11-27 17:23:29 +08:00
<component name="VcsManagerConfiguration">
<MESSAGE value="后端初始化框架" />
2026-01-21 01:37:07 +08:00
<MESSAGE value="初始化" />
<MESSAGE value="后端初始化项目" />
<option name="LAST_COMMIT_MESSAGE" value="后端初始化项目" />
2025-11-27 17:23:29 +08:00
</component>
2025-11-27 19:06:55 +08:00
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
2025-11-24 22:01:29 +08:00
</project>