From 77f1f982412a6c6f9f4672894e7aa2142159086b Mon Sep 17 00:00:00 2001 From: litao Date: Tue, 15 Oct 2024 14:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=94=A8=E6=B3=A8=E9=87=8A=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/org/springblade/Application.java | 17 +---------------- .../springblade/common/cache/CacheNames.java | 17 +---------------- .../springblade/common/cache/DictBizCache.java | 17 +---------------- .../org/springblade/common/cache/DictCache.java | 17 +---------------- .../springblade/common/cache/ParamCache.java | 17 +---------------- .../springblade/common/cache/RegionCache.java | 17 +---------------- .../org/springblade/common/cache/SysCache.java | 17 +---------------- .../org/springblade/common/cache/UserCache.java | 17 +---------------- .../common/config/BladeConfiguration.java | 17 +---------------- .../common/config/BladeLogConfiguration.java | 17 +---------------- .../common/config/BladeReportConfiguration.java | 17 +---------------- .../common/config/SwaggerConfiguration.java | 17 +---------------- .../common/constant/CommonConstant.java | 17 +---------------- .../common/constant/DictConstant.java | 17 +---------------- .../common/constant/LauncherConstant.java | 17 +---------------- .../common/constant/TenantConstant.java | 17 +---------------- .../springblade/common/enums/DictBizEnum.java | 17 +---------------- .../org/springblade/common/enums/DictEnum.java | 17 +---------------- .../common/event/ApiLogListener.java | 17 +---------------- .../common/event/ErrorLogListener.java | 17 +---------------- .../common/event/UsualLogListener.java | 17 +---------------- .../common/filter/PreviewFilter.java | 17 +---------------- .../common/launch/LauncherServiceImpl.java | 17 +---------------- .../springblade/common/utils/CommonUtil.java | 17 +---------------- .../auth/endpoint/BladeSocialEndpoint.java | 17 +---------------- .../auth/endpoint/BladeTokenEndPoint.java | 17 +---------------- .../modules/auth/enums/UserEnum.java | 17 +---------------- .../auth/granter/CaptchaTokenGranter.java | 17 +---------------- .../auth/granter/PasswordTokenGranter.java | 17 +---------------- .../auth/granter/RefreshTokenGranter.java | 17 +---------------- .../auth/granter/SocialTokenGranter.java | 17 +---------------- .../modules/auth/provider/ITokenGranter.java | 17 +---------------- .../auth/provider/TokenGranterBuilder.java | 17 +---------------- .../modules/auth/provider/TokenParameter.java | 17 +---------------- .../modules/auth/utils/TokenUtil.java | 17 +---------------- .../modules/capital/dto/ApplyDTO.java | 17 +---------------- .../modules/capital/dto/ApplyDetailDTO.java | 17 +---------------- .../modules/capital/dto/GoodsDTO.java | 17 +---------------- .../modules/capital/dto/InOrderDTO.java | 17 +---------------- .../modules/capital/dto/InOrderDetailDTO.java | 17 +---------------- .../modules/capital/excel/ApplyDetailExcel.java | 17 +---------------- .../modules/capital/excel/ApplyExcel.java | 17 +---------------- .../modules/capital/excel/GoodsExcel.java | 17 +---------------- .../capital/excel/InOrderDetailExcel.java | 17 +---------------- .../modules/capital/excel/InOrderExcel.java | 17 +---------------- .../capital/mapper/ApplyDetailMapper.java | 17 +---------------- .../modules/capital/mapper/ApplyMapper.java | 17 +---------------- .../modules/capital/mapper/GoodsMapper.java | 17 +---------------- .../capital/mapper/InOrderDetailMapper.java | 17 +---------------- .../modules/capital/mapper/InOrderMapper.java | 17 +---------------- .../capital/service/IApplyDetailService.java | 17 +---------------- .../modules/capital/service/IApplyService.java | 17 +---------------- .../modules/capital/service/IGoodsService.java | 17 +---------------- .../capital/service/IInOrderDetailService.java | 17 +---------------- .../capital/service/IInOrderService.java | 17 +---------------- .../service/impl/ApplyDetailServiceImpl.java | 17 +---------------- .../capital/service/impl/ApplyServiceImpl.java | 17 +---------------- .../capital/service/impl/GoodsServiceImpl.java | 17 +---------------- .../service/impl/InOrderDetailServiceImpl.java | 17 +---------------- .../service/impl/InOrderServiceImpl.java | 17 +---------------- .../modules/capital/vo/ApplyDetailVO.java | 17 +---------------- .../springblade/modules/capital/vo/ApplyVO.java | 17 +---------------- .../springblade/modules/capital/vo/GoodsVO.java | 17 +---------------- .../modules/capital/vo/InOrderDetailVO.java | 17 +---------------- .../modules/capital/vo/InOrderVO.java | 17 +---------------- .../desk/controller/NoticeController.java | 17 +---------------- .../springblade/modules/desk/entity/Notice.java | 17 +---------------- .../modules/desk/mapper/NoticeMapper.java | 17 +---------------- .../modules/desk/service/INoticeService.java | 17 +---------------- .../desk/service/impl/NoticeServiceImpl.java | 17 +---------------- .../modules/desk/wrapper/NoticeWrapper.java | 17 +---------------- .../develop/controller/CodeController.java | 17 +---------------- .../controller/DatasourceController.java | 17 +---------------- .../develop/controller/ModelController.java | 17 +---------------- .../controller/ModelPrototypeController.java | 17 +---------------- .../modules/develop/dto/ModelDTO.java | 17 +---------------- .../modules/develop/entity/Code.java | 17 +---------------- .../modules/develop/entity/Datasource.java | 17 +---------------- .../modules/develop/entity/Model.java | 17 +---------------- .../modules/develop/entity/ModelPrototype.java | 17 +---------------- .../modules/develop/mapper/CodeMapper.java | 17 +---------------- .../develop/mapper/DatasourceMapper.java | 17 +---------------- .../modules/develop/mapper/ModelMapper.java | 17 +---------------- .../develop/mapper/ModelPrototypeMapper.java | 17 +---------------- .../modules/develop/service/ICodeService.java | 17 +---------------- .../develop/service/IDatasourceService.java | 17 +---------------- .../develop/service/IModelPrototypeService.java | 17 +---------------- .../modules/develop/service/IModelService.java | 17 +---------------- .../develop/service/impl/CodeServiceImpl.java | 17 +---------------- .../service/impl/DatasourceServiceImpl.java | 17 +---------------- .../service/impl/ModelPrototypeServiceImpl.java | 17 +---------------- .../develop/service/impl/ModelServiceImpl.java | 17 +---------------- .../modules/resource/builder/OssBuilder.java | 17 +---------------- .../modules/resource/builder/SmsBuilder.java | 17 +---------------- .../resource/config/BladeOssConfiguration.java | 17 +---------------- .../resource/config/BladeSmsConfiguration.java | 17 +---------------- .../resource/controller/AttachController.java | 17 +---------------- .../resource/controller/OssController.java | 17 +---------------- .../resource/controller/SmsController.java | 17 +---------------- .../modules/resource/endpoint/OssEndpoint.java | 17 +---------------- .../modules/resource/endpoint/SmsEndpoint.java | 17 +---------------- .../modules/resource/entity/Attach.java | 17 +---------------- .../modules/resource/entity/Oss.java | 17 +---------------- .../modules/resource/entity/Sms.java | 17 +---------------- .../modules/resource/enums/SmsCodeEnum.java | 17 +---------------- .../modules/resource/mapper/AttachMapper.java | 17 +---------------- .../modules/resource/mapper/OssMapper.java | 17 +---------------- .../modules/resource/mapper/SmsMapper.java | 17 +---------------- .../resource/rule/context/OssContext.java | 17 +---------------- .../resource/rule/context/SmsContext.java | 17 +---------------- .../modules/resource/rule/oss/AliOssRule.java | 17 +---------------- .../modules/resource/rule/oss/AmazonS3Rule.java | 17 +---------------- .../resource/rule/oss/FinallyOssRule.java | 17 +---------------- .../resource/rule/oss/HuaweiObsRule.java | 17 +---------------- .../modules/resource/rule/oss/MinioRule.java | 17 +---------------- .../modules/resource/rule/oss/OssBuildRule.java | 17 +---------------- .../modules/resource/rule/oss/OssCacheRule.java | 17 +---------------- .../modules/resource/rule/oss/OssDataRule.java | 17 +---------------- .../modules/resource/rule/oss/OssReadRule.java | 17 +---------------- .../resource/rule/oss/OssTemplateRule.java | 17 +---------------- .../modules/resource/rule/oss/PreOssRule.java | 17 +---------------- .../modules/resource/rule/oss/QiniuOssRule.java | 17 +---------------- .../resource/rule/oss/TencentCosRule.java | 17 +---------------- .../modules/resource/rule/sms/AliSmsRule.java | 17 +---------------- .../modules/resource/rule/sms/CacheSmsRule.java | 17 +---------------- .../resource/rule/sms/FinallySmsRule.java | 17 +---------------- .../modules/resource/rule/sms/PreSmsRule.java | 17 +---------------- .../modules/resource/rule/sms/QiniuSmsRule.java | 17 +---------------- .../modules/resource/rule/sms/SmsBuildRule.java | 17 +---------------- .../resource/rule/sms/TencentSmsRule.java | 17 +---------------- .../resource/rule/sms/YunpianSmsRule.java | 17 +---------------- .../resource/service/IAttachService.java | 17 +---------------- .../modules/resource/service/IOssService.java | 17 +---------------- .../modules/resource/service/ISmsService.java | 17 +---------------- .../service/impl/AttachServiceImpl.java | 17 +---------------- .../resource/service/impl/OssServiceImpl.java | 17 +---------------- .../resource/service/impl/SmsServiceImpl.java | 17 +---------------- .../modules/resource/utils/SmsUtil.java | 17 +---------------- .../modules/resource/vo/AttachVO.java | 17 +---------------- .../springblade/modules/resource/vo/SmsVO.java | 17 +---------------- .../modules/resource/wrapper/OssWrapper.java | 17 +---------------- .../modules/resource/wrapper/SmsWrapper.java | 17 +---------------- .../system/controller/ApiScopeController.java | 17 +---------------- .../system/controller/AuthClientController.java | 17 +---------------- .../system/controller/DataScopeController.java | 17 +---------------- .../system/controller/DeptController.java | 17 +---------------- .../system/controller/DictBizController.java | 17 +---------------- .../system/controller/DictController.java | 17 +---------------- .../system/controller/LogApiController.java | 17 +---------------- .../system/controller/LogErrorController.java | 17 +---------------- .../system/controller/LogUsualController.java | 17 +---------------- .../system/controller/MenuController.java | 17 +---------------- .../system/controller/ParamController.java | 17 +---------------- .../system/controller/PostController.java | 17 +---------------- .../system/controller/RegionController.java | 17 +---------------- .../system/controller/RoleController.java | 17 +---------------- .../system/controller/SearchController.java | 17 +---------------- .../system/controller/TenantController.java | 17 +---------------- .../controller/TenantPackageController.java | 17 +---------------- .../system/controller/TopMenuController.java | 17 +---------------- .../system/controller/UserController.java | 17 +---------------- .../springblade/modules/system/dto/DeptDTO.java | 17 +---------------- .../springblade/modules/system/dto/DictDTO.java | 17 +---------------- .../springblade/modules/system/dto/MenuDTO.java | 17 +---------------- .../modules/system/dto/ParamDTO.java | 17 +---------------- .../springblade/modules/system/dto/PostDTO.java | 17 +---------------- .../springblade/modules/system/dto/RoleDTO.java | 17 +---------------- .../modules/system/dto/RoleMenuDTO.java | 17 +---------------- .../modules/system/entity/ApiScope.java | 17 +---------------- .../modules/system/entity/AuthClient.java | 17 +---------------- .../modules/system/entity/DataScope.java | 17 +---------------- .../springblade/modules/system/entity/Dept.java | 17 +---------------- .../springblade/modules/system/entity/Dict.java | 17 +---------------- .../modules/system/entity/DictBiz.java | 17 +---------------- .../springblade/modules/system/entity/Menu.java | 17 +---------------- .../modules/system/entity/Param.java | 17 +---------------- .../springblade/modules/system/entity/Post.java | 17 +---------------- .../modules/system/entity/Region.java | 17 +---------------- .../springblade/modules/system/entity/Role.java | 17 +---------------- .../modules/system/entity/RoleMenu.java | 17 +---------------- .../modules/system/entity/RoleScope.java | 17 +---------------- .../modules/system/entity/Tenant.java | 17 +---------------- .../modules/system/entity/TenantPackage.java | 17 +---------------- .../modules/system/entity/TopMenu.java | 17 +---------------- .../springblade/modules/system/entity/User.java | 17 +---------------- .../modules/system/entity/UserApp.java | 17 +---------------- .../modules/system/entity/UserDept.java | 17 +---------------- .../modules/system/entity/UserInfo.java | 17 +---------------- .../modules/system/entity/UserOauth.java | 17 +---------------- .../modules/system/entity/UserOther.java | 17 +---------------- .../modules/system/entity/UserWeb.java | 17 +---------------- .../modules/system/excel/RegionExcel.java | 17 +---------------- .../modules/system/excel/RegionImporter.java | 17 +---------------- .../modules/system/excel/UserExcel.java | 17 +---------------- .../modules/system/excel/UserImporter.java | 17 +---------------- .../modules/system/mapper/ApiScopeMapper.java | 17 +---------------- .../modules/system/mapper/AuthClientMapper.java | 17 +---------------- .../modules/system/mapper/DataScopeMapper.java | 17 +---------------- .../modules/system/mapper/DeptMapper.java | 17 +---------------- .../modules/system/mapper/DictBizMapper.java | 17 +---------------- .../modules/system/mapper/DictMapper.java | 17 +---------------- .../modules/system/mapper/LogApiMapper.java | 17 +---------------- .../modules/system/mapper/LogErrorMapper.java | 17 +---------------- .../modules/system/mapper/LogUsualMapper.java | 17 +---------------- .../modules/system/mapper/MenuMapper.java | 17 +---------------- .../modules/system/mapper/ParamMapper.java | 17 +---------------- .../modules/system/mapper/PostMapper.java | 17 +---------------- .../modules/system/mapper/RegionMapper.java | 17 +---------------- .../modules/system/mapper/RoleMapper.java | 17 +---------------- .../modules/system/mapper/RoleMenuMapper.java | 17 +---------------- .../modules/system/mapper/RoleScopeMapper.java | 17 +---------------- .../modules/system/mapper/TenantMapper.java | 17 +---------------- .../system/mapper/TenantPackageMapper.java | 17 +---------------- .../modules/system/mapper/TopMenuMapper.java | 17 +---------------- .../system/mapper/TopMenuSettingMapper.java | 17 +---------------- .../modules/system/mapper/UserAppMapper.java | 17 +---------------- .../modules/system/mapper/UserDeptMapper.java | 17 +---------------- .../modules/system/mapper/UserMapper.java | 17 +---------------- .../modules/system/mapper/UserOauthMapper.java | 17 +---------------- .../modules/system/mapper/UserOtherMapper.java | 17 +---------------- .../modules/system/mapper/UserWebMapper.java | 17 +---------------- .../modules/system/rule/TenantContext.java | 17 +---------------- .../modules/system/rule/TenantDeptRule.java | 17 +---------------- .../modules/system/rule/TenantDictBizRule.java | 17 +---------------- .../modules/system/rule/TenantPostRule.java | 17 +---------------- .../modules/system/rule/TenantRoleMenuRule.java | 17 +---------------- .../modules/system/rule/TenantRoleRule.java | 17 +---------------- .../modules/system/rule/TenantRule.java | 17 +---------------- .../modules/system/rule/TenantUserRule.java | 17 +---------------- .../system/service/IApiScopeService.java | 17 +---------------- .../system/service/IAuthClientService.java | 17 +---------------- .../system/service/IDataScopeService.java | 17 +---------------- .../modules/system/service/IDeptService.java | 17 +---------------- .../modules/system/service/IDictBizService.java | 17 +---------------- .../modules/system/service/IDictService.java | 17 +---------------- .../modules/system/service/ILogApiService.java | 17 +---------------- .../system/service/ILogErrorService.java | 17 +---------------- .../modules/system/service/ILogService.java | 17 +---------------- .../system/service/ILogUsualService.java | 17 +---------------- .../modules/system/service/IMenuService.java | 17 +---------------- .../modules/system/service/IParamService.java | 17 +---------------- .../modules/system/service/IPostService.java | 17 +---------------- .../modules/system/service/IRegionService.java | 17 +---------------- .../system/service/IRoleMenuService.java | 17 +---------------- .../system/service/IRoleScopeService.java | 17 +---------------- .../modules/system/service/IRoleService.java | 17 +---------------- .../system/service/ITenantPackageService.java | 17 +---------------- .../modules/system/service/ITenantService.java | 17 +---------------- .../modules/system/service/ITopMenuService.java | 17 +---------------- .../system/service/ITopMenuSettingService.java | 17 +---------------- .../system/service/IUserDeptService.java | 17 +---------------- .../system/service/IUserOauthService.java | 17 +---------------- .../system/service/IUserSearchService.java | 17 +---------------- .../modules/system/service/IUserService.java | 17 +---------------- .../service/impl/ApiScopeServiceImpl.java | 17 +---------------- .../service/impl/AuthClientServiceImpl.java | 17 +---------------- .../service/impl/DataScopeServiceImpl.java | 17 +---------------- .../system/service/impl/DeptServiceImpl.java | 17 +---------------- .../system/service/impl/DictBizServiceImpl.java | 17 +---------------- .../system/service/impl/DictServiceImpl.java | 17 +---------------- .../system/service/impl/LogApiServiceImpl.java | 17 +---------------- .../service/impl/LogErrorServiceImpl.java | 17 +---------------- .../service/impl/LogUsualServiceImpl.java | 17 +---------------- .../system/service/impl/MenuServiceImpl.java | 17 +---------------- .../system/service/impl/ParamServiceImpl.java | 17 +---------------- .../system/service/impl/PostServiceImpl.java | 17 +---------------- .../system/service/impl/RegionServiceImpl.java | 17 +---------------- .../service/impl/RoleMenuServiceImpl.java | 17 +---------------- .../service/impl/RoleScopeServiceImpl.java | 17 +---------------- .../system/service/impl/RoleServiceImpl.java | 17 +---------------- .../service/impl/TenantPackageServiceImpl.java | 17 +---------------- .../system/service/impl/TenantServiceImpl.java | 17 +---------------- .../system/service/impl/TopMenuServiceImpl.java | 17 +---------------- .../service/impl/TopMenuSettingServiceImpl.java | 17 +---------------- .../service/impl/UserDeptServiceImpl.java | 17 +---------------- .../service/impl/UserOauthServiceImpl.java | 17 +---------------- .../service/impl/UserSearchServiceImpl.java | 17 +---------------- .../system/service/impl/UserServiceImpl.java | 17 +---------------- .../modules/system/vo/ApiScopeVO.java | 17 +---------------- .../modules/system/vo/CheckedTreeVO.java | 17 +---------------- .../modules/system/vo/DataScopeVO.java | 17 +---------------- .../springblade/modules/system/vo/DeptVO.java | 17 +---------------- .../modules/system/vo/DictBizVO.java | 17 +---------------- .../springblade/modules/system/vo/DictVO.java | 17 +---------------- .../modules/system/vo/GrantTreeVO.java | 17 +---------------- .../springblade/modules/system/vo/GrantVO.java | 17 +---------------- .../springblade/modules/system/vo/MenuVO.java | 17 +---------------- .../springblade/modules/system/vo/ParamVO.java | 17 +---------------- .../springblade/modules/system/vo/PostVO.java | 17 +---------------- .../springblade/modules/system/vo/RegionVO.java | 17 +---------------- .../modules/system/vo/RoleMenuVO.java | 17 +---------------- .../springblade/modules/system/vo/RoleVO.java | 17 +---------------- .../springblade/modules/system/vo/UserVO.java | 17 +---------------- .../modules/system/wrapper/ApiScopeWrapper.java | 17 +---------------- .../system/wrapper/DataScopeWrapper.java | 17 +---------------- .../modules/system/wrapper/DeptWrapper.java | 17 +---------------- .../modules/system/wrapper/DictBizWrapper.java | 17 +---------------- .../modules/system/wrapper/DictWrapper.java | 17 +---------------- .../modules/system/wrapper/MenuWrapper.java | 17 +---------------- .../modules/system/wrapper/PostWrapper.java | 17 +---------------- .../modules/system/wrapper/RegionWrapper.java | 17 +---------------- .../modules/system/wrapper/RoleWrapper.java | 17 +---------------- .../modules/system/wrapper/UserWrapper.java | 17 +---------------- .../controller/DeviceAttachController.java | 16 ---------------- .../workOrder/controller/DeviceController.java | 16 ---------------- .../controller/FeedbackController.java | 16 ---------------- .../controller/InformationAttachController.java | 16 ---------------- .../controller/InformationController.java | 16 ---------------- .../controller/WorkOrderAttachController.java | 16 ---------------- .../controller/WorkOrderController.java | 16 ---------------- .../WorkOrderRepairMaterialController.java | 16 ---------------- .../modules/workOrder/dto/DeviceAttachDTO.java | 16 ---------------- .../modules/workOrder/dto/DeviceDTO.java | 17 +---------------- .../modules/workOrder/dto/FeedbackDTO.java | 16 ---------------- .../workOrder/dto/InformationAttachDTO.java | 17 +---------------- .../modules/workOrder/dto/InformationDTO.java | 17 +---------------- .../workOrder/dto/WorkOrderAttachDTO.java | 17 +---------------- .../modules/workOrder/dto/WorkOrderDTO.java | 17 +---------------- .../dto/WorkOrderRepairMaterialDTO.java | 17 +---------------- .../workOrder/excel/DeviceAttachExcel.java | 17 +---------------- .../modules/workOrder/excel/DeviceExcel.java | 17 +---------------- .../modules/workOrder/excel/FeedbackExcel.java | 17 +---------------- .../workOrder/excel/InformationAttachExcel.java | 17 +---------------- .../workOrder/excel/InformationExcel.java | 17 +---------------- .../workOrder/excel/WorkOrderAttachExcel.java | 17 +---------------- .../modules/workOrder/excel/WorkOrderExcel.java | 17 +---------------- .../excel/WorkOrderRepairMaterialExcel.java | 17 +---------------- .../workOrder/mapper/DeviceAttachMapper.java | 17 +---------------- .../modules/workOrder/mapper/DeviceMapper.java | 17 +---------------- .../workOrder/mapper/FeedbackMapper.java | 17 +---------------- .../mapper/InformationAttachMapper.java | 17 +---------------- .../workOrder/mapper/InformationMapper.java | 17 +---------------- .../workOrder/mapper/WorkOrderAttachMapper.java | 17 +---------------- .../workOrder/mapper/WorkOrderMapper.java | 17 +---------------- .../mapper/WorkOrderRepairMaterialMapper.java | 17 +---------------- .../workOrder/service/IDeviceAttachService.java | 17 +---------------- .../workOrder/service/IDeviceService.java | 17 +---------------- .../workOrder/service/IFeedbackService.java | 17 +---------------- .../service/IInformationAttachService.java | 17 +---------------- .../workOrder/service/IInformationService.java | 17 +---------------- .../service/IWorkOrderAttachService.java | 17 +---------------- .../IWorkOrderRepairMaterialService.java | 17 +---------------- .../workOrder/service/IWorkOrderService.java | 17 +---------------- .../service/impl/DeviceAttachServiceImpl.java | 17 +---------------- .../service/impl/DeviceServiceImpl.java | 17 +---------------- .../service/impl/FeedbackServiceImpl.java | 17 +---------------- .../impl/InformationAttachServiceImpl.java | 17 +---------------- .../service/impl/InformationServiceImpl.java | 17 +---------------- .../impl/WorkOrderAttachServiceImpl.java | 17 +---------------- .../WorkOrderRepairMaterialServiceImpl.java | 17 +---------------- .../service/impl/WorkOrderServiceImpl.java | 17 +---------------- .../modules/workOrder/vo/DeviceAttachVO.java | 17 +---------------- .../modules/workOrder/vo/DeviceVO.java | 17 +---------------- .../modules/workOrder/vo/FeedbackVO.java | 17 +---------------- .../workOrder/vo/InformationAttachVO.java | 17 +---------------- .../modules/workOrder/vo/InformationVO.java | 17 +---------------- .../modules/workOrder/vo/WorkOrderAttachVO.java | 17 +---------------- .../workOrder/vo/WorkOrderRepairMaterialVO.java | 17 +---------------- .../modules/workOrder/vo/WorkOrderVO.java | 17 +---------------- src/main/resources/templates/controller.java.vm | 17 +---------------- .../org/springblade/test/CodeGenerator.java | 17 +---------------- .../test/launch/LauncherTestServiceImpl.java | 17 +---------------- src/test/resources/templates/controller.java.vm | 17 +---------------- 363 files changed, 353 insertions(+), 5808 deletions(-) diff --git a/src/main/java/org/springblade/Application.java b/src/main/java/org/springblade/Application.java index 9b58130..34f0cdd 100644 --- a/src/main/java/org/springblade/Application.java +++ b/src/main/java/org/springblade/Application.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade; import org.springblade.common.constant.CommonConstant; diff --git a/src/main/java/org/springblade/common/cache/CacheNames.java b/src/main/java/org/springblade/common/cache/CacheNames.java index 11b5e3e..a4a0839 100644 --- a/src/main/java/org/springblade/common/cache/CacheNames.java +++ b/src/main/java/org/springblade/common/cache/CacheNames.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.core.tool.utils.StringPool; diff --git a/src/main/java/org/springblade/common/cache/DictBizCache.java b/src/main/java/org/springblade/common/cache/DictBizCache.java index 180b49d..4a42ade 100644 --- a/src/main/java/org/springblade/common/cache/DictBizCache.java +++ b/src/main/java/org/springblade/common/cache/DictBizCache.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.common.enums.DictBizEnum; diff --git a/src/main/java/org/springblade/common/cache/DictCache.java b/src/main/java/org/springblade/common/cache/DictCache.java index 276c213..9ec3b40 100644 --- a/src/main/java/org/springblade/common/cache/DictCache.java +++ b/src/main/java/org/springblade/common/cache/DictCache.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.common.enums.DictEnum; diff --git a/src/main/java/org/springblade/common/cache/ParamCache.java b/src/main/java/org/springblade/common/cache/ParamCache.java index 3855901..2936883 100644 --- a/src/main/java/org/springblade/common/cache/ParamCache.java +++ b/src/main/java/org/springblade/common/cache/ParamCache.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.core.cache.utils.CacheUtil; diff --git a/src/main/java/org/springblade/common/cache/RegionCache.java b/src/main/java/org/springblade/common/cache/RegionCache.java index 410df48..9176274 100644 --- a/src/main/java/org/springblade/common/cache/RegionCache.java +++ b/src/main/java/org/springblade/common/cache/RegionCache.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.core.cache.utils.CacheUtil; diff --git a/src/main/java/org/springblade/common/cache/SysCache.java b/src/main/java/org/springblade/common/cache/SysCache.java index 1c64e0d..81022d4 100644 --- a/src/main/java/org/springblade/common/cache/SysCache.java +++ b/src/main/java/org/springblade/common/cache/SysCache.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.core.cache.utils.CacheUtil; diff --git a/src/main/java/org/springblade/common/cache/UserCache.java b/src/main/java/org/springblade/common/cache/UserCache.java index 2ec4cd7..6064314 100644 --- a/src/main/java/org/springblade/common/cache/UserCache.java +++ b/src/main/java/org/springblade/common/cache/UserCache.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.cache; import org.springblade.core.cache.utils.CacheUtil; diff --git a/src/main/java/org/springblade/common/config/BladeConfiguration.java b/src/main/java/org/springblade/common/config/BladeConfiguration.java index badd1bb..f6f0d5d 100644 --- a/src/main/java/org/springblade/common/config/BladeConfiguration.java +++ b/src/main/java/org/springblade/common/config/BladeConfiguration.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.config; diff --git a/src/main/java/org/springblade/common/config/BladeLogConfiguration.java b/src/main/java/org/springblade/common/config/BladeLogConfiguration.java index fe735f7..07f4d12 100644 --- a/src/main/java/org/springblade/common/config/BladeLogConfiguration.java +++ b/src/main/java/org/springblade/common/config/BladeLogConfiguration.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.config; diff --git a/src/main/java/org/springblade/common/config/BladeReportConfiguration.java b/src/main/java/org/springblade/common/config/BladeReportConfiguration.java index 4e2c44e..adf47f8 100644 --- a/src/main/java/org/springblade/common/config/BladeReportConfiguration.java +++ b/src/main/java/org/springblade/common/config/BladeReportConfiguration.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.config; import org.springblade.core.report.datasource.ReportDataSource; diff --git a/src/main/java/org/springblade/common/config/SwaggerConfiguration.java b/src/main/java/org/springblade/common/config/SwaggerConfiguration.java index 1a0bdd4..7f2b039 100644 --- a/src/main/java/org/springblade/common/config/SwaggerConfiguration.java +++ b/src/main/java/org/springblade/common/config/SwaggerConfiguration.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.config; import com.github.xiaoymin.knife4j.spring.extension.OpenApiExtensionResolver; diff --git a/src/main/java/org/springblade/common/constant/CommonConstant.java b/src/main/java/org/springblade/common/constant/CommonConstant.java index 19dd128..dde393e 100644 --- a/src/main/java/org/springblade/common/constant/CommonConstant.java +++ b/src/main/java/org/springblade/common/constant/CommonConstant.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.constant; import org.springblade.core.launch.constant.AppConstant; diff --git a/src/main/java/org/springblade/common/constant/DictConstant.java b/src/main/java/org/springblade/common/constant/DictConstant.java index 6d11fd3..2b73203 100644 --- a/src/main/java/org/springblade/common/constant/DictConstant.java +++ b/src/main/java/org/springblade/common/constant/DictConstant.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.constant; /** diff --git a/src/main/java/org/springblade/common/constant/LauncherConstant.java b/src/main/java/org/springblade/common/constant/LauncherConstant.java index ac37702..6ebf52c 100644 --- a/src/main/java/org/springblade/common/constant/LauncherConstant.java +++ b/src/main/java/org/springblade/common/constant/LauncherConstant.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.constant; import org.springblade.core.launch.constant.AppConstant; diff --git a/src/main/java/org/springblade/common/constant/TenantConstant.java b/src/main/java/org/springblade/common/constant/TenantConstant.java index 5f6ae79..c05a5b6 100644 --- a/src/main/java/org/springblade/common/constant/TenantConstant.java +++ b/src/main/java/org/springblade/common/constant/TenantConstant.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.constant; import java.util.Arrays; diff --git a/src/main/java/org/springblade/common/enums/DictBizEnum.java b/src/main/java/org/springblade/common/enums/DictBizEnum.java index 4bdd466..16cf203 100644 --- a/src/main/java/org/springblade/common/enums/DictBizEnum.java +++ b/src/main/java/org/springblade/common/enums/DictBizEnum.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.enums; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/common/enums/DictEnum.java b/src/main/java/org/springblade/common/enums/DictEnum.java index 84f3096..204fd11 100644 --- a/src/main/java/org/springblade/common/enums/DictEnum.java +++ b/src/main/java/org/springblade/common/enums/DictEnum.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.enums; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/common/event/ApiLogListener.java b/src/main/java/org/springblade/common/event/ApiLogListener.java index bc23362..be62e81 100644 --- a/src/main/java/org/springblade/common/event/ApiLogListener.java +++ b/src/main/java/org/springblade/common/event/ApiLogListener.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.event; diff --git a/src/main/java/org/springblade/common/event/ErrorLogListener.java b/src/main/java/org/springblade/common/event/ErrorLogListener.java index 19d2279..21e7950 100644 --- a/src/main/java/org/springblade/common/event/ErrorLogListener.java +++ b/src/main/java/org/springblade/common/event/ErrorLogListener.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.event; diff --git a/src/main/java/org/springblade/common/event/UsualLogListener.java b/src/main/java/org/springblade/common/event/UsualLogListener.java index c8c357b..81687b5 100644 --- a/src/main/java/org/springblade/common/event/UsualLogListener.java +++ b/src/main/java/org/springblade/common/event/UsualLogListener.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.event; diff --git a/src/main/java/org/springblade/common/filter/PreviewFilter.java b/src/main/java/org/springblade/common/filter/PreviewFilter.java index b656714..f5c9a19 100644 --- a/src/main/java/org/springblade/common/filter/PreviewFilter.java +++ b/src/main/java/org/springblade/common/filter/PreviewFilter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.filter; import javax.servlet.*; diff --git a/src/main/java/org/springblade/common/launch/LauncherServiceImpl.java b/src/main/java/org/springblade/common/launch/LauncherServiceImpl.java index cbf415b..6098d59 100644 --- a/src/main/java/org/springblade/common/launch/LauncherServiceImpl.java +++ b/src/main/java/org/springblade/common/launch/LauncherServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.launch; import org.springblade.common.constant.LauncherConstant; diff --git a/src/main/java/org/springblade/common/utils/CommonUtil.java b/src/main/java/org/springblade/common/utils/CommonUtil.java index c424bc8..fda3e7f 100644 --- a/src/main/java/org/springblade/common/utils/CommonUtil.java +++ b/src/main/java/org/springblade/common/utils/CommonUtil.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.common.utils; /** diff --git a/src/main/java/org/springblade/modules/auth/endpoint/BladeSocialEndpoint.java b/src/main/java/org/springblade/modules/auth/endpoint/BladeSocialEndpoint.java index 33a2265..27d42a0 100644 --- a/src/main/java/org/springblade/modules/auth/endpoint/BladeSocialEndpoint.java +++ b/src/main/java/org/springblade/modules/auth/endpoint/BladeSocialEndpoint.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.endpoint; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/auth/endpoint/BladeTokenEndPoint.java b/src/main/java/org/springblade/modules/auth/endpoint/BladeTokenEndPoint.java index f297393..8cca09e 100644 --- a/src/main/java/org/springblade/modules/auth/endpoint/BladeTokenEndPoint.java +++ b/src/main/java/org/springblade/modules/auth/endpoint/BladeTokenEndPoint.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.endpoint; import com.github.xiaoymin.knife4j.annotations.ApiSort; diff --git a/src/main/java/org/springblade/modules/auth/enums/UserEnum.java b/src/main/java/org/springblade/modules/auth/enums/UserEnum.java index 2b60e95..873d97f 100644 --- a/src/main/java/org/springblade/modules/auth/enums/UserEnum.java +++ b/src/main/java/org/springblade/modules/auth/enums/UserEnum.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.enums; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/modules/auth/granter/CaptchaTokenGranter.java b/src/main/java/org/springblade/modules/auth/granter/CaptchaTokenGranter.java index 00f19cb..e1fbd01 100644 --- a/src/main/java/org/springblade/modules/auth/granter/CaptchaTokenGranter.java +++ b/src/main/java/org/springblade/modules/auth/granter/CaptchaTokenGranter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.granter; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/modules/auth/granter/PasswordTokenGranter.java b/src/main/java/org/springblade/modules/auth/granter/PasswordTokenGranter.java index b8cc88e..534e210 100644 --- a/src/main/java/org/springblade/modules/auth/granter/PasswordTokenGranter.java +++ b/src/main/java/org/springblade/modules/auth/granter/PasswordTokenGranter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.granter; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/modules/auth/granter/RefreshTokenGranter.java b/src/main/java/org/springblade/modules/auth/granter/RefreshTokenGranter.java index 081b118..3f9991f 100644 --- a/src/main/java/org/springblade/modules/auth/granter/RefreshTokenGranter.java +++ b/src/main/java/org/springblade/modules/auth/granter/RefreshTokenGranter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.granter; import io.jsonwebtoken.Claims; diff --git a/src/main/java/org/springblade/modules/auth/granter/SocialTokenGranter.java b/src/main/java/org/springblade/modules/auth/granter/SocialTokenGranter.java index 53c999a..6032d05 100644 --- a/src/main/java/org/springblade/modules/auth/granter/SocialTokenGranter.java +++ b/src/main/java/org/springblade/modules/auth/granter/SocialTokenGranter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.granter; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/modules/auth/provider/ITokenGranter.java b/src/main/java/org/springblade/modules/auth/provider/ITokenGranter.java index 92399fd..9c5dfc3 100644 --- a/src/main/java/org/springblade/modules/auth/provider/ITokenGranter.java +++ b/src/main/java/org/springblade/modules/auth/provider/ITokenGranter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.provider; import org.springblade.modules.system.entity.UserInfo; diff --git a/src/main/java/org/springblade/modules/auth/provider/TokenGranterBuilder.java b/src/main/java/org/springblade/modules/auth/provider/TokenGranterBuilder.java index 7e6177c..8dd87ee 100644 --- a/src/main/java/org/springblade/modules/auth/provider/TokenGranterBuilder.java +++ b/src/main/java/org/springblade/modules/auth/provider/TokenGranterBuilder.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.provider; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/modules/auth/provider/TokenParameter.java b/src/main/java/org/springblade/modules/auth/provider/TokenParameter.java index b4b5ff5..83c75aa 100644 --- a/src/main/java/org/springblade/modules/auth/provider/TokenParameter.java +++ b/src/main/java/org/springblade/modules/auth/provider/TokenParameter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.provider; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/auth/utils/TokenUtil.java b/src/main/java/org/springblade/modules/auth/utils/TokenUtil.java index 37496c1..0463643 100644 --- a/src/main/java/org/springblade/modules/auth/utils/TokenUtil.java +++ b/src/main/java/org/springblade/modules/auth/utils/TokenUtil.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.auth.utils; import org.springblade.common.constant.TenantConstant; diff --git a/src/main/java/org/springblade/modules/capital/dto/ApplyDTO.java b/src/main/java/org/springblade/modules/capital/dto/ApplyDTO.java index 5d174d6..dbb8516 100644 --- a/src/main/java/org/springblade/modules/capital/dto/ApplyDTO.java +++ b/src/main/java/org/springblade/modules/capital/dto/ApplyDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.dto; import org.springblade.modules.capital.entity.ApplyEntity; diff --git a/src/main/java/org/springblade/modules/capital/dto/ApplyDetailDTO.java b/src/main/java/org/springblade/modules/capital/dto/ApplyDetailDTO.java index 53fabe2..1e153b7 100644 --- a/src/main/java/org/springblade/modules/capital/dto/ApplyDetailDTO.java +++ b/src/main/java/org/springblade/modules/capital/dto/ApplyDetailDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.dto; import org.springblade.modules.capital.entity.ApplyDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/dto/GoodsDTO.java b/src/main/java/org/springblade/modules/capital/dto/GoodsDTO.java index e249265..3ffb59c 100644 --- a/src/main/java/org/springblade/modules/capital/dto/GoodsDTO.java +++ b/src/main/java/org/springblade/modules/capital/dto/GoodsDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.dto; import org.springblade.modules.capital.entity.GoodsEntity; diff --git a/src/main/java/org/springblade/modules/capital/dto/InOrderDTO.java b/src/main/java/org/springblade/modules/capital/dto/InOrderDTO.java index af518df..69accd7 100644 --- a/src/main/java/org/springblade/modules/capital/dto/InOrderDTO.java +++ b/src/main/java/org/springblade/modules/capital/dto/InOrderDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.dto; import org.springblade.modules.capital.entity.InOrderEntity; diff --git a/src/main/java/org/springblade/modules/capital/dto/InOrderDetailDTO.java b/src/main/java/org/springblade/modules/capital/dto/InOrderDetailDTO.java index c6faa19..09aab5b 100644 --- a/src/main/java/org/springblade/modules/capital/dto/InOrderDetailDTO.java +++ b/src/main/java/org/springblade/modules/capital/dto/InOrderDetailDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.dto; import org.springblade.modules.capital.entity.InOrderDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/excel/ApplyDetailExcel.java b/src/main/java/org/springblade/modules/capital/excel/ApplyDetailExcel.java index 90ee880..c2cb6b1 100644 --- a/src/main/java/org/springblade/modules/capital/excel/ApplyDetailExcel.java +++ b/src/main/java/org/springblade/modules/capital/excel/ApplyDetailExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.excel; diff --git a/src/main/java/org/springblade/modules/capital/excel/ApplyExcel.java b/src/main/java/org/springblade/modules/capital/excel/ApplyExcel.java index 98d9e01..bb4cacc 100644 --- a/src/main/java/org/springblade/modules/capital/excel/ApplyExcel.java +++ b/src/main/java/org/springblade/modules/capital/excel/ApplyExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.excel; diff --git a/src/main/java/org/springblade/modules/capital/excel/GoodsExcel.java b/src/main/java/org/springblade/modules/capital/excel/GoodsExcel.java index fc1d39e..dc15d3b 100644 --- a/src/main/java/org/springblade/modules/capital/excel/GoodsExcel.java +++ b/src/main/java/org/springblade/modules/capital/excel/GoodsExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.excel; diff --git a/src/main/java/org/springblade/modules/capital/excel/InOrderDetailExcel.java b/src/main/java/org/springblade/modules/capital/excel/InOrderDetailExcel.java index f7b2098..b77a9a5 100644 --- a/src/main/java/org/springblade/modules/capital/excel/InOrderDetailExcel.java +++ b/src/main/java/org/springblade/modules/capital/excel/InOrderDetailExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.excel; diff --git a/src/main/java/org/springblade/modules/capital/excel/InOrderExcel.java b/src/main/java/org/springblade/modules/capital/excel/InOrderExcel.java index 47c8968..8b57c8c 100644 --- a/src/main/java/org/springblade/modules/capital/excel/InOrderExcel.java +++ b/src/main/java/org/springblade/modules/capital/excel/InOrderExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.excel; diff --git a/src/main/java/org/springblade/modules/capital/mapper/ApplyDetailMapper.java b/src/main/java/org/springblade/modules/capital/mapper/ApplyDetailMapper.java index 699429d..c566d51 100644 --- a/src/main/java/org/springblade/modules/capital/mapper/ApplyDetailMapper.java +++ b/src/main/java/org/springblade/modules/capital/mapper/ApplyDetailMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.mapper; import org.springblade.modules.capital.entity.ApplyDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/mapper/ApplyMapper.java b/src/main/java/org/springblade/modules/capital/mapper/ApplyMapper.java index c2d1161..858a010 100644 --- a/src/main/java/org/springblade/modules/capital/mapper/ApplyMapper.java +++ b/src/main/java/org/springblade/modules/capital/mapper/ApplyMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.mapper; import org.springblade.modules.capital.entity.ApplyEntity; diff --git a/src/main/java/org/springblade/modules/capital/mapper/GoodsMapper.java b/src/main/java/org/springblade/modules/capital/mapper/GoodsMapper.java index bc152bc..2f43ad6 100644 --- a/src/main/java/org/springblade/modules/capital/mapper/GoodsMapper.java +++ b/src/main/java/org/springblade/modules/capital/mapper/GoodsMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.mapper; import org.springblade.modules.capital.entity.GoodsEntity; diff --git a/src/main/java/org/springblade/modules/capital/mapper/InOrderDetailMapper.java b/src/main/java/org/springblade/modules/capital/mapper/InOrderDetailMapper.java index 7fca5c5..4e2a841 100644 --- a/src/main/java/org/springblade/modules/capital/mapper/InOrderDetailMapper.java +++ b/src/main/java/org/springblade/modules/capital/mapper/InOrderDetailMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.mapper; import org.springblade.modules.capital.entity.InOrderDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/mapper/InOrderMapper.java b/src/main/java/org/springblade/modules/capital/mapper/InOrderMapper.java index e42fc4d..241e0f7 100644 --- a/src/main/java/org/springblade/modules/capital/mapper/InOrderMapper.java +++ b/src/main/java/org/springblade/modules/capital/mapper/InOrderMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.mapper; import org.springblade.modules.capital.entity.InOrderEntity; diff --git a/src/main/java/org/springblade/modules/capital/service/IApplyDetailService.java b/src/main/java/org/springblade/modules/capital/service/IApplyDetailService.java index d1117fe..19f607f 100644 --- a/src/main/java/org/springblade/modules/capital/service/IApplyDetailService.java +++ b/src/main/java/org/springblade/modules/capital/service/IApplyDetailService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/capital/service/IApplyService.java b/src/main/java/org/springblade/modules/capital/service/IApplyService.java index a867a87..e7134fa 100644 --- a/src/main/java/org/springblade/modules/capital/service/IApplyService.java +++ b/src/main/java/org/springblade/modules/capital/service/IApplyService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/capital/service/IGoodsService.java b/src/main/java/org/springblade/modules/capital/service/IGoodsService.java index 2fbd3bc..4f481b2 100644 --- a/src/main/java/org/springblade/modules/capital/service/IGoodsService.java +++ b/src/main/java/org/springblade/modules/capital/service/IGoodsService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/capital/service/IInOrderDetailService.java b/src/main/java/org/springblade/modules/capital/service/IInOrderDetailService.java index 3d3abcb..d6d7e2e 100644 --- a/src/main/java/org/springblade/modules/capital/service/IInOrderDetailService.java +++ b/src/main/java/org/springblade/modules/capital/service/IInOrderDetailService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/capital/service/IInOrderService.java b/src/main/java/org/springblade/modules/capital/service/IInOrderService.java index e55e6f3..d8309ad 100644 --- a/src/main/java/org/springblade/modules/capital/service/IInOrderService.java +++ b/src/main/java/org/springblade/modules/capital/service/IInOrderService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/capital/service/impl/ApplyDetailServiceImpl.java b/src/main/java/org/springblade/modules/capital/service/impl/ApplyDetailServiceImpl.java index 5b4548d..89fb74c 100644 --- a/src/main/java/org/springblade/modules/capital/service/impl/ApplyDetailServiceImpl.java +++ b/src/main/java/org/springblade/modules/capital/service/impl/ApplyDetailServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service.impl; import org.springblade.modules.capital.entity.ApplyDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/service/impl/ApplyServiceImpl.java b/src/main/java/org/springblade/modules/capital/service/impl/ApplyServiceImpl.java index ee28368..1332df4 100644 --- a/src/main/java/org/springblade/modules/capital/service/impl/ApplyServiceImpl.java +++ b/src/main/java/org/springblade/modules/capital/service/impl/ApplyServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service.impl; import org.springblade.modules.capital.entity.ApplyEntity; diff --git a/src/main/java/org/springblade/modules/capital/service/impl/GoodsServiceImpl.java b/src/main/java/org/springblade/modules/capital/service/impl/GoodsServiceImpl.java index 5abaf2d..c1c758f 100644 --- a/src/main/java/org/springblade/modules/capital/service/impl/GoodsServiceImpl.java +++ b/src/main/java/org/springblade/modules/capital/service/impl/GoodsServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service.impl; import org.springblade.modules.capital.entity.GoodsEntity; diff --git a/src/main/java/org/springblade/modules/capital/service/impl/InOrderDetailServiceImpl.java b/src/main/java/org/springblade/modules/capital/service/impl/InOrderDetailServiceImpl.java index d4943f8..644671b 100644 --- a/src/main/java/org/springblade/modules/capital/service/impl/InOrderDetailServiceImpl.java +++ b/src/main/java/org/springblade/modules/capital/service/impl/InOrderDetailServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service.impl; import org.springblade.modules.capital.entity.InOrderDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/service/impl/InOrderServiceImpl.java b/src/main/java/org/springblade/modules/capital/service/impl/InOrderServiceImpl.java index 32460aa..27deeab 100644 --- a/src/main/java/org/springblade/modules/capital/service/impl/InOrderServiceImpl.java +++ b/src/main/java/org/springblade/modules/capital/service/impl/InOrderServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.service.impl; import org.springblade.modules.capital.entity.InOrderEntity; diff --git a/src/main/java/org/springblade/modules/capital/vo/ApplyDetailVO.java b/src/main/java/org/springblade/modules/capital/vo/ApplyDetailVO.java index 0973bdb..d478329 100644 --- a/src/main/java/org/springblade/modules/capital/vo/ApplyDetailVO.java +++ b/src/main/java/org/springblade/modules/capital/vo/ApplyDetailVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.vo; import org.springblade.modules.capital.entity.ApplyDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/vo/ApplyVO.java b/src/main/java/org/springblade/modules/capital/vo/ApplyVO.java index 7fae1a4..7ca614e 100644 --- a/src/main/java/org/springblade/modules/capital/vo/ApplyVO.java +++ b/src/main/java/org/springblade/modules/capital/vo/ApplyVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.vo; import org.springblade.modules.capital.entity.ApplyEntity; diff --git a/src/main/java/org/springblade/modules/capital/vo/GoodsVO.java b/src/main/java/org/springblade/modules/capital/vo/GoodsVO.java index fd573fb..a1bc433 100644 --- a/src/main/java/org/springblade/modules/capital/vo/GoodsVO.java +++ b/src/main/java/org/springblade/modules/capital/vo/GoodsVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.vo; import org.springblade.modules.capital.entity.GoodsEntity; diff --git a/src/main/java/org/springblade/modules/capital/vo/InOrderDetailVO.java b/src/main/java/org/springblade/modules/capital/vo/InOrderDetailVO.java index fa2890a..7afeaf3 100644 --- a/src/main/java/org/springblade/modules/capital/vo/InOrderDetailVO.java +++ b/src/main/java/org/springblade/modules/capital/vo/InOrderDetailVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.vo; import org.springblade.modules.capital.entity.InOrderDetailEntity; diff --git a/src/main/java/org/springblade/modules/capital/vo/InOrderVO.java b/src/main/java/org/springblade/modules/capital/vo/InOrderVO.java index 454bb60..f1c4d87 100644 --- a/src/main/java/org/springblade/modules/capital/vo/InOrderVO.java +++ b/src/main/java/org/springblade/modules/capital/vo/InOrderVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.capital.vo; import org.springblade.modules.capital.entity.InOrderEntity; diff --git a/src/main/java/org/springblade/modules/desk/controller/NoticeController.java b/src/main/java/org/springblade/modules/desk/controller/NoticeController.java index 6ef292c..606fbc2 100644 --- a/src/main/java/org/springblade/modules/desk/controller/NoticeController.java +++ b/src/main/java/org/springblade/modules/desk/controller/NoticeController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.desk.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/desk/entity/Notice.java b/src/main/java/org/springblade/modules/desk/entity/Notice.java index 2cfc00f..cb73e44 100644 --- a/src/main/java/org/springblade/modules/desk/entity/Notice.java +++ b/src/main/java/org/springblade/modules/desk/entity/Notice.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.desk.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.java b/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.java index 3af382f..7768acd 100644 --- a/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.java +++ b/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.desk.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/desk/service/INoticeService.java b/src/main/java/org/springblade/modules/desk/service/INoticeService.java index 4bf6536..3ac9305 100644 --- a/src/main/java/org/springblade/modules/desk/service/INoticeService.java +++ b/src/main/java/org/springblade/modules/desk/service/INoticeService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.desk.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/desk/service/impl/NoticeServiceImpl.java b/src/main/java/org/springblade/modules/desk/service/impl/NoticeServiceImpl.java index bb6413b..90a67d0 100644 --- a/src/main/java/org/springblade/modules/desk/service/impl/NoticeServiceImpl.java +++ b/src/main/java/org/springblade/modules/desk/service/impl/NoticeServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.desk.service.impl; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/desk/wrapper/NoticeWrapper.java b/src/main/java/org/springblade/modules/desk/wrapper/NoticeWrapper.java index a586b05..6cfe3f2 100644 --- a/src/main/java/org/springblade/modules/desk/wrapper/NoticeWrapper.java +++ b/src/main/java/org/springblade/modules/desk/wrapper/NoticeWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.desk.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/develop/controller/CodeController.java b/src/main/java/org/springblade/modules/develop/controller/CodeController.java index 1dedc75..466549e 100644 --- a/src/main/java/org/springblade/modules/develop/controller/CodeController.java +++ b/src/main/java/org/springblade/modules/develop/controller/CodeController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/develop/controller/DatasourceController.java b/src/main/java/org/springblade/modules/develop/controller/DatasourceController.java index 57fb9ec..4a55eda 100644 --- a/src/main/java/org/springblade/modules/develop/controller/DatasourceController.java +++ b/src/main/java/org/springblade/modules/develop/controller/DatasourceController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/develop/controller/ModelController.java b/src/main/java/org/springblade/modules/develop/controller/ModelController.java index 6a40074..3359856 100644 --- a/src/main/java/org/springblade/modules/develop/controller/ModelController.java +++ b/src/main/java/org/springblade/modules/develop/controller/ModelController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/develop/controller/ModelPrototypeController.java b/src/main/java/org/springblade/modules/develop/controller/ModelPrototypeController.java index 46f4b71..3bc36dd 100644 --- a/src/main/java/org/springblade/modules/develop/controller/ModelPrototypeController.java +++ b/src/main/java/org/springblade/modules/develop/controller/ModelPrototypeController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/develop/dto/ModelDTO.java b/src/main/java/org/springblade/modules/develop/dto/ModelDTO.java index bd40748..1a8a40b 100644 --- a/src/main/java/org/springblade/modules/develop/dto/ModelDTO.java +++ b/src/main/java/org/springblade/modules/develop/dto/ModelDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/develop/entity/Code.java b/src/main/java/org/springblade/modules/develop/entity/Code.java index 0a161f7..50da1a0 100644 --- a/src/main/java/org/springblade/modules/develop/entity/Code.java +++ b/src/main/java/org/springblade/modules/develop/entity/Code.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/develop/entity/Datasource.java b/src/main/java/org/springblade/modules/develop/entity/Datasource.java index e0764cf..800bd48 100644 --- a/src/main/java/org/springblade/modules/develop/entity/Datasource.java +++ b/src/main/java/org/springblade/modules/develop/entity/Datasource.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/develop/entity/Model.java b/src/main/java/org/springblade/modules/develop/entity/Model.java index e934d46..936e191 100644 --- a/src/main/java/org/springblade/modules/develop/entity/Model.java +++ b/src/main/java/org/springblade/modules/develop/entity/Model.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/develop/entity/ModelPrototype.java b/src/main/java/org/springblade/modules/develop/entity/ModelPrototype.java index 4727ced..935a2b5 100644 --- a/src/main/java/org/springblade/modules/develop/entity/ModelPrototype.java +++ b/src/main/java/org/springblade/modules/develop/entity/ModelPrototype.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/develop/mapper/CodeMapper.java b/src/main/java/org/springblade/modules/develop/mapper/CodeMapper.java index 1003b67..738a59f 100644 --- a/src/main/java/org/springblade/modules/develop/mapper/CodeMapper.java +++ b/src/main/java/org/springblade/modules/develop/mapper/CodeMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/develop/mapper/DatasourceMapper.java b/src/main/java/org/springblade/modules/develop/mapper/DatasourceMapper.java index ab9643d..1772784 100644 --- a/src/main/java/org/springblade/modules/develop/mapper/DatasourceMapper.java +++ b/src/main/java/org/springblade/modules/develop/mapper/DatasourceMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/develop/mapper/ModelMapper.java b/src/main/java/org/springblade/modules/develop/mapper/ModelMapper.java index 5671b33..41b0eaf 100644 --- a/src/main/java/org/springblade/modules/develop/mapper/ModelMapper.java +++ b/src/main/java/org/springblade/modules/develop/mapper/ModelMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/develop/mapper/ModelPrototypeMapper.java b/src/main/java/org/springblade/modules/develop/mapper/ModelPrototypeMapper.java index 6db01c0..df9a70f 100644 --- a/src/main/java/org/springblade/modules/develop/mapper/ModelPrototypeMapper.java +++ b/src/main/java/org/springblade/modules/develop/mapper/ModelPrototypeMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/develop/service/ICodeService.java b/src/main/java/org/springblade/modules/develop/service/ICodeService.java index f40e867..5a6e5d5 100644 --- a/src/main/java/org/springblade/modules/develop/service/ICodeService.java +++ b/src/main/java/org/springblade/modules/develop/service/ICodeService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service; diff --git a/src/main/java/org/springblade/modules/develop/service/IDatasourceService.java b/src/main/java/org/springblade/modules/develop/service/IDatasourceService.java index e23719e..6a2a16b 100644 --- a/src/main/java/org/springblade/modules/develop/service/IDatasourceService.java +++ b/src/main/java/org/springblade/modules/develop/service/IDatasourceService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/develop/service/IModelPrototypeService.java b/src/main/java/org/springblade/modules/develop/service/IModelPrototypeService.java index a6b75ec..aadbf05 100644 --- a/src/main/java/org/springblade/modules/develop/service/IModelPrototypeService.java +++ b/src/main/java/org/springblade/modules/develop/service/IModelPrototypeService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/develop/service/IModelService.java b/src/main/java/org/springblade/modules/develop/service/IModelService.java index 3aaf138..bb59551 100644 --- a/src/main/java/org/springblade/modules/develop/service/IModelService.java +++ b/src/main/java/org/springblade/modules/develop/service/IModelService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/develop/service/impl/CodeServiceImpl.java b/src/main/java/org/springblade/modules/develop/service/impl/CodeServiceImpl.java index 8ffb30d..d0a7b95 100644 --- a/src/main/java/org/springblade/modules/develop/service/impl/CodeServiceImpl.java +++ b/src/main/java/org/springblade/modules/develop/service/impl/CodeServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/develop/service/impl/DatasourceServiceImpl.java b/src/main/java/org/springblade/modules/develop/service/impl/DatasourceServiceImpl.java index d28b253..235af45 100644 --- a/src/main/java/org/springblade/modules/develop/service/impl/DatasourceServiceImpl.java +++ b/src/main/java/org/springblade/modules/develop/service/impl/DatasourceServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service.impl; import org.springblade.core.mp.base.BaseServiceImpl; diff --git a/src/main/java/org/springblade/modules/develop/service/impl/ModelPrototypeServiceImpl.java b/src/main/java/org/springblade/modules/develop/service/impl/ModelPrototypeServiceImpl.java index 9228f87..ecb7c11 100644 --- a/src/main/java/org/springblade/modules/develop/service/impl/ModelPrototypeServiceImpl.java +++ b/src/main/java/org/springblade/modules/develop/service/impl/ModelPrototypeServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service.impl; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/develop/service/impl/ModelServiceImpl.java b/src/main/java/org/springblade/modules/develop/service/impl/ModelServiceImpl.java index 3691318..396de99 100644 --- a/src/main/java/org/springblade/modules/develop/service/impl/ModelServiceImpl.java +++ b/src/main/java/org/springblade/modules/develop/service/impl/ModelServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.develop.service.impl; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/resource/builder/OssBuilder.java b/src/main/java/org/springblade/modules/resource/builder/OssBuilder.java index fa1a043..d6803cc 100644 --- a/src/main/java/org/springblade/modules/resource/builder/OssBuilder.java +++ b/src/main/java/org/springblade/modules/resource/builder/OssBuilder.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.builder; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/resource/builder/SmsBuilder.java b/src/main/java/org/springblade/modules/resource/builder/SmsBuilder.java index 831a684..5ad4cab 100644 --- a/src/main/java/org/springblade/modules/resource/builder/SmsBuilder.java +++ b/src/main/java/org/springblade/modules/resource/builder/SmsBuilder.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.builder; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/resource/config/BladeOssConfiguration.java b/src/main/java/org/springblade/modules/resource/config/BladeOssConfiguration.java index d45d328..dd6589e 100644 --- a/src/main/java/org/springblade/modules/resource/config/BladeOssConfiguration.java +++ b/src/main/java/org/springblade/modules/resource/config/BladeOssConfiguration.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.config; import com.yomahub.liteflow.core.FlowExecutor; diff --git a/src/main/java/org/springblade/modules/resource/config/BladeSmsConfiguration.java b/src/main/java/org/springblade/modules/resource/config/BladeSmsConfiguration.java index 0bb1333..cc29882 100644 --- a/src/main/java/org/springblade/modules/resource/config/BladeSmsConfiguration.java +++ b/src/main/java/org/springblade/modules/resource/config/BladeSmsConfiguration.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.config; import com.yomahub.liteflow.core.FlowExecutor; diff --git a/src/main/java/org/springblade/modules/resource/controller/AttachController.java b/src/main/java/org/springblade/modules/resource/controller/AttachController.java index 90eeffc..6d26f96 100644 --- a/src/main/java/org/springblade/modules/resource/controller/AttachController.java +++ b/src/main/java/org/springblade/modules/resource/controller/AttachController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/resource/controller/OssController.java b/src/main/java/org/springblade/modules/resource/controller/OssController.java index 9a97103..6a53d40 100644 --- a/src/main/java/org/springblade/modules/resource/controller/OssController.java +++ b/src/main/java/org/springblade/modules/resource/controller/OssController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/resource/controller/SmsController.java b/src/main/java/org/springblade/modules/resource/controller/SmsController.java index 44acf4b..49fe716 100644 --- a/src/main/java/org/springblade/modules/resource/controller/SmsController.java +++ b/src/main/java/org/springblade/modules/resource/controller/SmsController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/resource/endpoint/OssEndpoint.java b/src/main/java/org/springblade/modules/resource/endpoint/OssEndpoint.java index 6a8c23c..d091eb3 100644 --- a/src/main/java/org/springblade/modules/resource/endpoint/OssEndpoint.java +++ b/src/main/java/org/springblade/modules/resource/endpoint/OssEndpoint.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.endpoint; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/resource/endpoint/SmsEndpoint.java b/src/main/java/org/springblade/modules/resource/endpoint/SmsEndpoint.java index 6ba979c..9403600 100644 --- a/src/main/java/org/springblade/modules/resource/endpoint/SmsEndpoint.java +++ b/src/main/java/org/springblade/modules/resource/endpoint/SmsEndpoint.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.endpoint; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/resource/entity/Attach.java b/src/main/java/org/springblade/modules/resource/entity/Attach.java index 099fbc3..0e89713 100644 --- a/src/main/java/org/springblade/modules/resource/entity/Attach.java +++ b/src/main/java/org/springblade/modules/resource/entity/Attach.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/resource/entity/Oss.java b/src/main/java/org/springblade/modules/resource/entity/Oss.java index cb5209c..cbe95a5 100644 --- a/src/main/java/org/springblade/modules/resource/entity/Oss.java +++ b/src/main/java/org/springblade/modules/resource/entity/Oss.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/resource/entity/Sms.java b/src/main/java/org/springblade/modules/resource/entity/Sms.java index 22985dc..f5c017d 100644 --- a/src/main/java/org/springblade/modules/resource/entity/Sms.java +++ b/src/main/java/org/springblade/modules/resource/entity/Sms.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/resource/enums/SmsCodeEnum.java b/src/main/java/org/springblade/modules/resource/enums/SmsCodeEnum.java index 1c46e27..55736bf 100644 --- a/src/main/java/org/springblade/modules/resource/enums/SmsCodeEnum.java +++ b/src/main/java/org/springblade/modules/resource/enums/SmsCodeEnum.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.enums; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/springblade/modules/resource/mapper/AttachMapper.java b/src/main/java/org/springblade/modules/resource/mapper/AttachMapper.java index 7f5bf02..f3abfd3 100644 --- a/src/main/java/org/springblade/modules/resource/mapper/AttachMapper.java +++ b/src/main/java/org/springblade/modules/resource/mapper/AttachMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.mapper; import org.springblade.modules.resource.entity.Attach; diff --git a/src/main/java/org/springblade/modules/resource/mapper/OssMapper.java b/src/main/java/org/springblade/modules/resource/mapper/OssMapper.java index 9094150..31dba09 100644 --- a/src/main/java/org/springblade/modules/resource/mapper/OssMapper.java +++ b/src/main/java/org/springblade/modules/resource/mapper/OssMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/resource/mapper/SmsMapper.java b/src/main/java/org/springblade/modules/resource/mapper/SmsMapper.java index 6103d2d..d2e693f 100644 --- a/src/main/java/org/springblade/modules/resource/mapper/SmsMapper.java +++ b/src/main/java/org/springblade/modules/resource/mapper/SmsMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/resource/rule/context/OssContext.java b/src/main/java/org/springblade/modules/resource/rule/context/OssContext.java index c07555b..6c49dd6 100644 --- a/src/main/java/org/springblade/modules/resource/rule/context/OssContext.java +++ b/src/main/java/org/springblade/modules/resource/rule/context/OssContext.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.context; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/resource/rule/context/SmsContext.java b/src/main/java/org/springblade/modules/resource/rule/context/SmsContext.java index 0d33376..3d6709b 100644 --- a/src/main/java/org/springblade/modules/resource/rule/context/SmsContext.java +++ b/src/main/java/org/springblade/modules/resource/rule/context/SmsContext.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.context; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/AliOssRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/AliOssRule.java index 40e15a5..57a0d51 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/AliOssRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/AliOssRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.aliyun.oss.ClientConfiguration; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/AmazonS3Rule.java b/src/main/java/org/springblade/modules/resource/rule/oss/AmazonS3Rule.java index d2eb2e7..260ef49 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/AmazonS3Rule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/AmazonS3Rule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.amazonaws.ClientConfiguration; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/FinallyOssRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/FinallyOssRule.java index 1fb427c..1f5918a 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/FinallyOssRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/FinallyOssRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/HuaweiObsRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/HuaweiObsRule.java index d90c755..48d587d 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/HuaweiObsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/HuaweiObsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.obs.services.ObsClient; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/MinioRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/MinioRule.java index acae2a2..ead1ba5 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/MinioRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/MinioRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/OssBuildRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/OssBuildRule.java index 5935227..760c50a 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/OssBuildRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/OssBuildRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/OssCacheRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/OssCacheRule.java index 2330143..3446793 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/OssCacheRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/OssCacheRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/OssDataRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/OssDataRule.java index 209960a..222005d 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/OssDataRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/OssDataRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/OssReadRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/OssReadRule.java index 6a91baa..d0b1246 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/OssReadRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/OssReadRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/OssTemplateRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/OssTemplateRule.java index f86e6d1..10bc617 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/OssTemplateRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/OssTemplateRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/PreOssRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/PreOssRule.java index 63b33b4..c38b7dd 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/PreOssRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/PreOssRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/QiniuOssRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/QiniuOssRule.java index 618d757..f6d5d65 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/QiniuOssRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/QiniuOssRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.qiniu.storage.BucketManager; diff --git a/src/main/java/org/springblade/modules/resource/rule/oss/TencentCosRule.java b/src/main/java/org/springblade/modules/resource/rule/oss/TencentCosRule.java index a115bcb..68869e7 100644 --- a/src/main/java/org/springblade/modules/resource/rule/oss/TencentCosRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/oss/TencentCosRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.oss; import com.qcloud.cos.COSClient; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/AliSmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/AliSmsRule.java index 77eb7fe..5bb7ea9 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/AliSmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/AliSmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.aliyuncs.DefaultAcsClient; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/CacheSmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/CacheSmsRule.java index 6b76649..e4c2aac 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/CacheSmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/CacheSmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/FinallySmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/FinallySmsRule.java index da5a6bb..88aa93b 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/FinallySmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/FinallySmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/PreSmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/PreSmsRule.java index 883c757..099eac2 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/PreSmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/PreSmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/QiniuSmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/QiniuSmsRule.java index 7dab829..4b0bf41 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/QiniuSmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/QiniuSmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.qiniu.sms.SmsManager; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/SmsBuildRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/SmsBuildRule.java index de83ab3..db8c919 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/SmsBuildRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/SmsBuildRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/TencentSmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/TencentSmsRule.java index d40b38f..7fe3a59 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/TencentSmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/TencentSmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.github.qcloudsms.SmsMultiSender; diff --git a/src/main/java/org/springblade/modules/resource/rule/sms/YunpianSmsRule.java b/src/main/java/org/springblade/modules/resource/rule/sms/YunpianSmsRule.java index 5aedd28..0595c0f 100644 --- a/src/main/java/org/springblade/modules/resource/rule/sms/YunpianSmsRule.java +++ b/src/main/java/org/springblade/modules/resource/rule/sms/YunpianSmsRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.rule.sms; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/resource/service/IAttachService.java b/src/main/java/org/springblade/modules/resource/service/IAttachService.java index 347442d..19c1cde 100644 --- a/src/main/java/org/springblade/modules/resource/service/IAttachService.java +++ b/src/main/java/org/springblade/modules/resource/service/IAttachService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.service; import org.springblade.modules.resource.entity.Attach; diff --git a/src/main/java/org/springblade/modules/resource/service/IOssService.java b/src/main/java/org/springblade/modules/resource/service/IOssService.java index de1a7dc..f8c25f2 100644 --- a/src/main/java/org/springblade/modules/resource/service/IOssService.java +++ b/src/main/java/org/springblade/modules/resource/service/IOssService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/resource/service/ISmsService.java b/src/main/java/org/springblade/modules/resource/service/ISmsService.java index 1ac8cc0..eeb8834 100644 --- a/src/main/java/org/springblade/modules/resource/service/ISmsService.java +++ b/src/main/java/org/springblade/modules/resource/service/ISmsService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/resource/service/impl/AttachServiceImpl.java b/src/main/java/org/springblade/modules/resource/service/impl/AttachServiceImpl.java index 46bd0ce..e9a0d62 100644 --- a/src/main/java/org/springblade/modules/resource/service/impl/AttachServiceImpl.java +++ b/src/main/java/org/springblade/modules/resource/service/impl/AttachServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.service.impl; import org.springblade.modules.resource.entity.Attach; diff --git a/src/main/java/org/springblade/modules/resource/service/impl/OssServiceImpl.java b/src/main/java/org/springblade/modules/resource/service/impl/OssServiceImpl.java index 91b8b03..c3a6f09 100644 --- a/src/main/java/org/springblade/modules/resource/service/impl/OssServiceImpl.java +++ b/src/main/java/org/springblade/modules/resource/service/impl/OssServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/resource/service/impl/SmsServiceImpl.java b/src/main/java/org/springblade/modules/resource/service/impl/SmsServiceImpl.java index 148f19d..c5089da 100644 --- a/src/main/java/org/springblade/modules/resource/service/impl/SmsServiceImpl.java +++ b/src/main/java/org/springblade/modules/resource/service/impl/SmsServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/resource/utils/SmsUtil.java b/src/main/java/org/springblade/modules/resource/utils/SmsUtil.java index cfd5016..bb53361 100644 --- a/src/main/java/org/springblade/modules/resource/utils/SmsUtil.java +++ b/src/main/java/org/springblade/modules/resource/utils/SmsUtil.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.utils; import org.springblade.core.sms.model.SmsCode; diff --git a/src/main/java/org/springblade/modules/resource/vo/AttachVO.java b/src/main/java/org/springblade/modules/resource/vo/AttachVO.java index ebd7f81..8e1cb6e 100644 --- a/src/main/java/org/springblade/modules/resource/vo/AttachVO.java +++ b/src/main/java/org/springblade/modules/resource/vo/AttachVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.vo; import org.springblade.modules.resource.entity.Attach; diff --git a/src/main/java/org/springblade/modules/resource/vo/SmsVO.java b/src/main/java/org/springblade/modules/resource/vo/SmsVO.java index 72365bb..ceb19dd 100644 --- a/src/main/java/org/springblade/modules/resource/vo/SmsVO.java +++ b/src/main/java/org/springblade/modules/resource/vo/SmsVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.vo; import io.swagger.annotations.ApiModel; diff --git a/src/main/java/org/springblade/modules/resource/wrapper/OssWrapper.java b/src/main/java/org/springblade/modules/resource/wrapper/OssWrapper.java index 4736573..188eb3c 100644 --- a/src/main/java/org/springblade/modules/resource/wrapper/OssWrapper.java +++ b/src/main/java/org/springblade/modules/resource/wrapper/OssWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/resource/wrapper/SmsWrapper.java b/src/main/java/org/springblade/modules/resource/wrapper/SmsWrapper.java index 15b94c8..4df62d8 100644 --- a/src/main/java/org/springblade/modules/resource/wrapper/SmsWrapper.java +++ b/src/main/java/org/springblade/modules/resource/wrapper/SmsWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.resource.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/controller/ApiScopeController.java b/src/main/java/org/springblade/modules/system/controller/ApiScopeController.java index e39b86e..b3acd07 100644 --- a/src/main/java/org/springblade/modules/system/controller/ApiScopeController.java +++ b/src/main/java/org/springblade/modules/system/controller/ApiScopeController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/AuthClientController.java b/src/main/java/org/springblade/modules/system/controller/AuthClientController.java index abc6345..3d5a90e 100644 --- a/src/main/java/org/springblade/modules/system/controller/AuthClientController.java +++ b/src/main/java/org/springblade/modules/system/controller/AuthClientController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/DataScopeController.java b/src/main/java/org/springblade/modules/system/controller/DataScopeController.java index e70af3c..ac9f516 100644 --- a/src/main/java/org/springblade/modules/system/controller/DataScopeController.java +++ b/src/main/java/org/springblade/modules/system/controller/DataScopeController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/DeptController.java b/src/main/java/org/springblade/modules/system/controller/DeptController.java index d896a00..6cc29b5 100644 --- a/src/main/java/org/springblade/modules/system/controller/DeptController.java +++ b/src/main/java/org/springblade/modules/system/controller/DeptController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/controller/DictBizController.java b/src/main/java/org/springblade/modules/system/controller/DictBizController.java index f3b7b59..e90202a 100644 --- a/src/main/java/org/springblade/modules/system/controller/DictBizController.java +++ b/src/main/java/org/springblade/modules/system/controller/DictBizController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/DictController.java b/src/main/java/org/springblade/modules/system/controller/DictController.java index a44ed6b..dc582e8 100644 --- a/src/main/java/org/springblade/modules/system/controller/DictController.java +++ b/src/main/java/org/springblade/modules/system/controller/DictController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/LogApiController.java b/src/main/java/org/springblade/modules/system/controller/LogApiController.java index b675f20..4d250f5 100644 --- a/src/main/java/org/springblade/modules/system/controller/LogApiController.java +++ b/src/main/java/org/springblade/modules/system/controller/LogApiController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; diff --git a/src/main/java/org/springblade/modules/system/controller/LogErrorController.java b/src/main/java/org/springblade/modules/system/controller/LogErrorController.java index d659ae4..dcde15b 100644 --- a/src/main/java/org/springblade/modules/system/controller/LogErrorController.java +++ b/src/main/java/org/springblade/modules/system/controller/LogErrorController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; diff --git a/src/main/java/org/springblade/modules/system/controller/LogUsualController.java b/src/main/java/org/springblade/modules/system/controller/LogUsualController.java index 5898eed..43fec29 100644 --- a/src/main/java/org/springblade/modules/system/controller/LogUsualController.java +++ b/src/main/java/org/springblade/modules/system/controller/LogUsualController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; diff --git a/src/main/java/org/springblade/modules/system/controller/MenuController.java b/src/main/java/org/springblade/modules/system/controller/MenuController.java index b7d5288..862a122 100644 --- a/src/main/java/org/springblade/modules/system/controller/MenuController.java +++ b/src/main/java/org/springblade/modules/system/controller/MenuController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/system/controller/ParamController.java b/src/main/java/org/springblade/modules/system/controller/ParamController.java index d2f373d..12ce94c 100644 --- a/src/main/java/org/springblade/modules/system/controller/ParamController.java +++ b/src/main/java/org/springblade/modules/system/controller/ParamController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/PostController.java b/src/main/java/org/springblade/modules/system/controller/PostController.java index dd30eec..0c1d29a 100644 --- a/src/main/java/org/springblade/modules/system/controller/PostController.java +++ b/src/main/java/org/springblade/modules/system/controller/PostController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/RegionController.java b/src/main/java/org/springblade/modules/system/controller/RegionController.java index cc96841..0541d80 100644 --- a/src/main/java/org/springblade/modules/system/controller/RegionController.java +++ b/src/main/java/org/springblade/modules/system/controller/RegionController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/controller/RoleController.java b/src/main/java/org/springblade/modules/system/controller/RoleController.java index 928dc04..92d37a4 100644 --- a/src/main/java/org/springblade/modules/system/controller/RoleController.java +++ b/src/main/java/org/springblade/modules/system/controller/RoleController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/controller/SearchController.java b/src/main/java/org/springblade/modules/system/controller/SearchController.java index 591b853..30dd7ef 100644 --- a/src/main/java/org/springblade/modules/system/controller/SearchController.java +++ b/src/main/java/org/springblade/modules/system/controller/SearchController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/controller/TenantController.java b/src/main/java/org/springblade/modules/system/controller/TenantController.java index 589dc36..2e36a49 100644 --- a/src/main/java/org/springblade/modules/system/controller/TenantController.java +++ b/src/main/java/org/springblade/modules/system/controller/TenantController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/controller/TenantPackageController.java b/src/main/java/org/springblade/modules/system/controller/TenantPackageController.java index 73c170e..5ac2196 100644 --- a/src/main/java/org/springblade/modules/system/controller/TenantPackageController.java +++ b/src/main/java/org/springblade/modules/system/controller/TenantPackageController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/TopMenuController.java b/src/main/java/org/springblade/modules/system/controller/TopMenuController.java index 53a1b9d..fe6f193 100644 --- a/src/main/java/org/springblade/modules/system/controller/TopMenuController.java +++ b/src/main/java/org/springblade/modules/system/controller/TopMenuController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/controller/UserController.java b/src/main/java/org/springblade/modules/system/controller/UserController.java index 6322a57..6eeb408 100644 --- a/src/main/java/org/springblade/modules/system/controller/UserController.java +++ b/src/main/java/org/springblade/modules/system/controller/UserController.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.controller; diff --git a/src/main/java/org/springblade/modules/system/dto/DeptDTO.java b/src/main/java/org/springblade/modules/system/dto/DeptDTO.java index f8c9086..1bf15d5 100644 --- a/src/main/java/org/springblade/modules/system/dto/DeptDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/DeptDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/dto/DictDTO.java b/src/main/java/org/springblade/modules/system/dto/DictDTO.java index 73f6183..3d5ec45 100644 --- a/src/main/java/org/springblade/modules/system/dto/DictDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/DictDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/dto/MenuDTO.java b/src/main/java/org/springblade/modules/system/dto/MenuDTO.java index 34d5f3f..77fe211 100644 --- a/src/main/java/org/springblade/modules/system/dto/MenuDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/MenuDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/dto/ParamDTO.java b/src/main/java/org/springblade/modules/system/dto/ParamDTO.java index 45fab75..a62ec30 100644 --- a/src/main/java/org/springblade/modules/system/dto/ParamDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/ParamDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/dto/PostDTO.java b/src/main/java/org/springblade/modules/system/dto/PostDTO.java index fba00c6..0f05621 100644 --- a/src/main/java/org/springblade/modules/system/dto/PostDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/PostDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import org.springblade.modules.system.entity.Post; diff --git a/src/main/java/org/springblade/modules/system/dto/RoleDTO.java b/src/main/java/org/springblade/modules/system/dto/RoleDTO.java index b0bbea1..0383028 100644 --- a/src/main/java/org/springblade/modules/system/dto/RoleDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/RoleDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/dto/RoleMenuDTO.java b/src/main/java/org/springblade/modules/system/dto/RoleMenuDTO.java index e06ea03..1fb3044 100644 --- a/src/main/java/org/springblade/modules/system/dto/RoleMenuDTO.java +++ b/src/main/java/org/springblade/modules/system/dto/RoleMenuDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.dto; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/entity/ApiScope.java b/src/main/java/org/springblade/modules/system/entity/ApiScope.java index 183c474..61fb00d 100644 --- a/src/main/java/org/springblade/modules/system/entity/ApiScope.java +++ b/src/main/java/org/springblade/modules/system/entity/ApiScope.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/AuthClient.java b/src/main/java/org/springblade/modules/system/entity/AuthClient.java index 7677bf6..aabaf57 100644 --- a/src/main/java/org/springblade/modules/system/entity/AuthClient.java +++ b/src/main/java/org/springblade/modules/system/entity/AuthClient.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/DataScope.java b/src/main/java/org/springblade/modules/system/entity/DataScope.java index a51ea2f..7af9a83 100644 --- a/src/main/java/org/springblade/modules/system/entity/DataScope.java +++ b/src/main/java/org/springblade/modules/system/entity/DataScope.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/Dept.java b/src/main/java/org/springblade/modules/system/entity/Dept.java index e061240..e60bccb 100644 --- a/src/main/java/org/springblade/modules/system/entity/Dept.java +++ b/src/main/java/org/springblade/modules/system/entity/Dept.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/Dict.java b/src/main/java/org/springblade/modules/system/entity/Dict.java index 9625883..8792350 100644 --- a/src/main/java/org/springblade/modules/system/entity/Dict.java +++ b/src/main/java/org/springblade/modules/system/entity/Dict.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/DictBiz.java b/src/main/java/org/springblade/modules/system/entity/DictBiz.java index 6c3e10b..9cace2b 100644 --- a/src/main/java/org/springblade/modules/system/entity/DictBiz.java +++ b/src/main/java/org/springblade/modules/system/entity/DictBiz.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/Menu.java b/src/main/java/org/springblade/modules/system/entity/Menu.java index 549c7df..dd6223b 100644 --- a/src/main/java/org/springblade/modules/system/entity/Menu.java +++ b/src/main/java/org/springblade/modules/system/entity/Menu.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/Param.java b/src/main/java/org/springblade/modules/system/entity/Param.java index 4625744..6914765 100644 --- a/src/main/java/org/springblade/modules/system/entity/Param.java +++ b/src/main/java/org/springblade/modules/system/entity/Param.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/Post.java b/src/main/java/org/springblade/modules/system/entity/Post.java index 90f2504..977a6d6 100644 --- a/src/main/java/org/springblade/modules/system/entity/Post.java +++ b/src/main/java/org/springblade/modules/system/entity/Post.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/Region.java b/src/main/java/org/springblade/modules/system/entity/Region.java index 3dbca89..596811c 100644 --- a/src/main/java/org/springblade/modules/system/entity/Region.java +++ b/src/main/java/org/springblade/modules/system/entity/Region.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/Role.java b/src/main/java/org/springblade/modules/system/entity/Role.java index 625b0f9..2242a59 100644 --- a/src/main/java/org/springblade/modules/system/entity/Role.java +++ b/src/main/java/org/springblade/modules/system/entity/Role.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/RoleMenu.java b/src/main/java/org/springblade/modules/system/entity/RoleMenu.java index b1a0623..2c9508d 100644 --- a/src/main/java/org/springblade/modules/system/entity/RoleMenu.java +++ b/src/main/java/org/springblade/modules/system/entity/RoleMenu.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/RoleScope.java b/src/main/java/org/springblade/modules/system/entity/RoleScope.java index 4c1ff61..eff05ab 100644 --- a/src/main/java/org/springblade/modules/system/entity/RoleScope.java +++ b/src/main/java/org/springblade/modules/system/entity/RoleScope.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/Tenant.java b/src/main/java/org/springblade/modules/system/entity/Tenant.java index abc2d7a..59415e8 100644 --- a/src/main/java/org/springblade/modules/system/entity/Tenant.java +++ b/src/main/java/org/springblade/modules/system/entity/Tenant.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/TenantPackage.java b/src/main/java/org/springblade/modules/system/entity/TenantPackage.java index e4aad04..eeba06d 100644 --- a/src/main/java/org/springblade/modules/system/entity/TenantPackage.java +++ b/src/main/java/org/springblade/modules/system/entity/TenantPackage.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/TopMenu.java b/src/main/java/org/springblade/modules/system/entity/TopMenu.java index d9ee107..9e9ebf2 100644 --- a/src/main/java/org/springblade/modules/system/entity/TopMenu.java +++ b/src/main/java/org/springblade/modules/system/entity/TopMenu.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/User.java b/src/main/java/org/springblade/modules/system/entity/User.java index 2d6f517..bf88380 100644 --- a/src/main/java/org/springblade/modules/system/entity/User.java +++ b/src/main/java/org/springblade/modules/system/entity/User.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/src/main/java/org/springblade/modules/system/entity/UserApp.java b/src/main/java/org/springblade/modules/system/entity/UserApp.java index 34cc05e..f8bb689 100644 --- a/src/main/java/org/springblade/modules/system/entity/UserApp.java +++ b/src/main/java/org/springblade/modules/system/entity/UserApp.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/UserDept.java b/src/main/java/org/springblade/modules/system/entity/UserDept.java index 903279d..7024eee 100644 --- a/src/main/java/org/springblade/modules/system/entity/UserDept.java +++ b/src/main/java/org/springblade/modules/system/entity/UserDept.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/UserInfo.java b/src/main/java/org/springblade/modules/system/entity/UserInfo.java index 03b2afe..07e4bee 100644 --- a/src/main/java/org/springblade/modules/system/entity/UserInfo.java +++ b/src/main/java/org/springblade/modules/system/entity/UserInfo.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import io.swagger.annotations.ApiModel; diff --git a/src/main/java/org/springblade/modules/system/entity/UserOauth.java b/src/main/java/org/springblade/modules/system/entity/UserOauth.java index 012ad14..08154e8 100644 --- a/src/main/java/org/springblade/modules/system/entity/UserOauth.java +++ b/src/main/java/org/springblade/modules/system/entity/UserOauth.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/UserOther.java b/src/main/java/org/springblade/modules/system/entity/UserOther.java index 8ec790a..5a422a8 100644 --- a/src/main/java/org/springblade/modules/system/entity/UserOther.java +++ b/src/main/java/org/springblade/modules/system/entity/UserOther.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/entity/UserWeb.java b/src/main/java/org/springblade/modules/system/entity/UserWeb.java index 80ed941..303ac31 100644 --- a/src/main/java/org/springblade/modules/system/entity/UserWeb.java +++ b/src/main/java/org/springblade/modules/system/entity/UserWeb.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/src/main/java/org/springblade/modules/system/excel/RegionExcel.java b/src/main/java/org/springblade/modules/system/excel/RegionExcel.java index 86f62ca..e974c95 100644 --- a/src/main/java/org/springblade/modules/system/excel/RegionExcel.java +++ b/src/main/java/org/springblade/modules/system/excel/RegionExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.excel; import com.alibaba.excel.annotation.ExcelProperty; diff --git a/src/main/java/org/springblade/modules/system/excel/RegionImporter.java b/src/main/java/org/springblade/modules/system/excel/RegionImporter.java index 4cc2a4f..26a4886 100644 --- a/src/main/java/org/springblade/modules/system/excel/RegionImporter.java +++ b/src/main/java/org/springblade/modules/system/excel/RegionImporter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.excel; import lombok.RequiredArgsConstructor; diff --git a/src/main/java/org/springblade/modules/system/excel/UserExcel.java b/src/main/java/org/springblade/modules/system/excel/UserExcel.java index d062bea..f44957c 100644 --- a/src/main/java/org/springblade/modules/system/excel/UserExcel.java +++ b/src/main/java/org/springblade/modules/system/excel/UserExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.excel; import com.alibaba.excel.annotation.ExcelIgnore; diff --git a/src/main/java/org/springblade/modules/system/excel/UserImporter.java b/src/main/java/org/springblade/modules/system/excel/UserImporter.java index 3f7f2f4..f3d4774 100644 --- a/src/main/java/org/springblade/modules/system/excel/UserImporter.java +++ b/src/main/java/org/springblade/modules/system/excel/UserImporter.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.excel; import lombok.RequiredArgsConstructor; diff --git a/src/main/java/org/springblade/modules/system/mapper/ApiScopeMapper.java b/src/main/java/org/springblade/modules/system/mapper/ApiScopeMapper.java index ed77684..7859287 100644 --- a/src/main/java/org/springblade/modules/system/mapper/ApiScopeMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/ApiScopeMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/AuthClientMapper.java b/src/main/java/org/springblade/modules/system/mapper/AuthClientMapper.java index 96a6c26..3c466d6 100644 --- a/src/main/java/org/springblade/modules/system/mapper/AuthClientMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/AuthClientMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/DataScopeMapper.java b/src/main/java/org/springblade/modules/system/mapper/DataScopeMapper.java index b0d966e..e9cd262 100644 --- a/src/main/java/org/springblade/modules/system/mapper/DataScopeMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/DataScopeMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/DeptMapper.java b/src/main/java/org/springblade/modules/system/mapper/DeptMapper.java index bbcb7e6..538db9e 100644 --- a/src/main/java/org/springblade/modules/system/mapper/DeptMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/DeptMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/DictBizMapper.java b/src/main/java/org/springblade/modules/system/mapper/DictBizMapper.java index a625e96..5034945 100644 --- a/src/main/java/org/springblade/modules/system/mapper/DictBizMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/DictBizMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/DictMapper.java b/src/main/java/org/springblade/modules/system/mapper/DictMapper.java index faa5f1f..d836878 100644 --- a/src/main/java/org/springblade/modules/system/mapper/DictMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/DictMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/LogApiMapper.java b/src/main/java/org/springblade/modules/system/mapper/LogApiMapper.java index 7010a9e..4543af7 100644 --- a/src/main/java/org/springblade/modules/system/mapper/LogApiMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/LogApiMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/LogErrorMapper.java b/src/main/java/org/springblade/modules/system/mapper/LogErrorMapper.java index 4fbb70c..0f0f87e 100644 --- a/src/main/java/org/springblade/modules/system/mapper/LogErrorMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/LogErrorMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/LogUsualMapper.java b/src/main/java/org/springblade/modules/system/mapper/LogUsualMapper.java index 9e4e186..5313d1e 100644 --- a/src/main/java/org/springblade/modules/system/mapper/LogUsualMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/LogUsualMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/MenuMapper.java b/src/main/java/org/springblade/modules/system/mapper/MenuMapper.java index c4c2fd1..15ba9a2 100644 --- a/src/main/java/org/springblade/modules/system/mapper/MenuMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/MenuMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/ParamMapper.java b/src/main/java/org/springblade/modules/system/mapper/ParamMapper.java index 006ac47..5791207 100644 --- a/src/main/java/org/springblade/modules/system/mapper/ParamMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/ParamMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/PostMapper.java b/src/main/java/org/springblade/modules/system/mapper/PostMapper.java index f56a51e..c5350ec 100644 --- a/src/main/java/org/springblade/modules/system/mapper/PostMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/PostMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import org.springblade.modules.system.entity.Post; diff --git a/src/main/java/org/springblade/modules/system/mapper/RegionMapper.java b/src/main/java/org/springblade/modules/system/mapper/RegionMapper.java index 91d0c8f..2026333 100644 --- a/src/main/java/org/springblade/modules/system/mapper/RegionMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/RegionMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/RoleMapper.java b/src/main/java/org/springblade/modules/system/mapper/RoleMapper.java index 56adb57..4989722 100644 --- a/src/main/java/org/springblade/modules/system/mapper/RoleMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/RoleMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/RoleMenuMapper.java b/src/main/java/org/springblade/modules/system/mapper/RoleMenuMapper.java index d48d0f6..e1d795d 100644 --- a/src/main/java/org/springblade/modules/system/mapper/RoleMenuMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/RoleMenuMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/RoleScopeMapper.java b/src/main/java/org/springblade/modules/system/mapper/RoleScopeMapper.java index 4136723..5a7c1b8 100644 --- a/src/main/java/org/springblade/modules/system/mapper/RoleScopeMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/RoleScopeMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/TenantMapper.java b/src/main/java/org/springblade/modules/system/mapper/TenantMapper.java index e11f5d5..0a55b8a 100644 --- a/src/main/java/org/springblade/modules/system/mapper/TenantMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/TenantMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/TenantPackageMapper.java b/src/main/java/org/springblade/modules/system/mapper/TenantPackageMapper.java index e4f1101..da22727 100644 --- a/src/main/java/org/springblade/modules/system/mapper/TenantPackageMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/TenantPackageMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/TopMenuMapper.java b/src/main/java/org/springblade/modules/system/mapper/TopMenuMapper.java index 3928968..c084c51 100644 --- a/src/main/java/org/springblade/modules/system/mapper/TopMenuMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/TopMenuMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/TopMenuSettingMapper.java b/src/main/java/org/springblade/modules/system/mapper/TopMenuSettingMapper.java index 7de3b67..1c25120 100644 --- a/src/main/java/org/springblade/modules/system/mapper/TopMenuSettingMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/TopMenuSettingMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/UserAppMapper.java b/src/main/java/org/springblade/modules/system/mapper/UserAppMapper.java index cc68ffe..93dda8d 100644 --- a/src/main/java/org/springblade/modules/system/mapper/UserAppMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/UserAppMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/UserDeptMapper.java b/src/main/java/org/springblade/modules/system/mapper/UserDeptMapper.java index 8f3b47d..6a60b4e 100644 --- a/src/main/java/org/springblade/modules/system/mapper/UserDeptMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/UserDeptMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/UserMapper.java b/src/main/java/org/springblade/modules/system/mapper/UserMapper.java index 3935273..0f5c50a 100644 --- a/src/main/java/org/springblade/modules/system/mapper/UserMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/UserMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/UserOauthMapper.java b/src/main/java/org/springblade/modules/system/mapper/UserOauthMapper.java index 8b1beda..594485f 100644 --- a/src/main/java/org/springblade/modules/system/mapper/UserOauthMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/UserOauthMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/UserOtherMapper.java b/src/main/java/org/springblade/modules/system/mapper/UserOtherMapper.java index f52a597..0f9722f 100644 --- a/src/main/java/org/springblade/modules/system/mapper/UserOtherMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/UserOtherMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/mapper/UserWebMapper.java b/src/main/java/org/springblade/modules/system/mapper/UserWebMapper.java index 5e1b224..fbf52b0 100644 --- a/src/main/java/org/springblade/modules/system/mapper/UserWebMapper.java +++ b/src/main/java/org/springblade/modules/system/mapper/UserWebMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantContext.java b/src/main/java/org/springblade/modules/system/rule/TenantContext.java index 2fba554..dd8a54e 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantContext.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantContext.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantDeptRule.java b/src/main/java/org/springblade/modules/system/rule/TenantDeptRule.java index b9ddece..bc0fa96 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantDeptRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantDeptRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantDictBizRule.java b/src/main/java/org/springblade/modules/system/rule/TenantDictBizRule.java index 86dc745..053ba30 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantDictBizRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantDictBizRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.baomidou.mybatisplus.core.toolkit.IdWorker; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantPostRule.java b/src/main/java/org/springblade/modules/system/rule/TenantPostRule.java index 5edf122..9eb4a1d 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantPostRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantPostRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantRoleMenuRule.java b/src/main/java/org/springblade/modules/system/rule/TenantRoleMenuRule.java index 846ffce..4c8646f 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantRoleMenuRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantRoleMenuRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantRoleRule.java b/src/main/java/org/springblade/modules/system/rule/TenantRoleRule.java index a83fca0..a8fe911 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantRoleRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantRoleRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantRule.java b/src/main/java/org/springblade/modules/system/rule/TenantRule.java index 2c57e6f..c469aa9 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/system/rule/TenantUserRule.java b/src/main/java/org/springblade/modules/system/rule/TenantUserRule.java index 8d798d9..4ecd719 100644 --- a/src/main/java/org/springblade/modules/system/rule/TenantUserRule.java +++ b/src/main/java/org/springblade/modules/system/rule/TenantUserRule.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.rule; import com.yomahub.liteflow.annotation.LiteflowComponent; diff --git a/src/main/java/org/springblade/modules/system/service/IApiScopeService.java b/src/main/java/org/springblade/modules/system/service/IApiScopeService.java index 132e521..3c16e76 100644 --- a/src/main/java/org/springblade/modules/system/service/IApiScopeService.java +++ b/src/main/java/org/springblade/modules/system/service/IApiScopeService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/system/service/IAuthClientService.java b/src/main/java/org/springblade/modules/system/service/IAuthClientService.java index ab22e96..d7810cc 100644 --- a/src/main/java/org/springblade/modules/system/service/IAuthClientService.java +++ b/src/main/java/org/springblade/modules/system/service/IAuthClientService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/system/service/IDataScopeService.java b/src/main/java/org/springblade/modules/system/service/IDataScopeService.java index 77e4e7a..6d75ac4 100644 --- a/src/main/java/org/springblade/modules/system/service/IDataScopeService.java +++ b/src/main/java/org/springblade/modules/system/service/IDataScopeService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/system/service/IDeptService.java b/src/main/java/org/springblade/modules/system/service/IDeptService.java index d7d0aa4..750091b 100644 --- a/src/main/java/org/springblade/modules/system/service/IDeptService.java +++ b/src/main/java/org/springblade/modules/system/service/IDeptService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/IDictBizService.java b/src/main/java/org/springblade/modules/system/service/IDictBizService.java index 9d40381..5458fef 100644 --- a/src/main/java/org/springblade/modules/system/service/IDictBizService.java +++ b/src/main/java/org/springblade/modules/system/service/IDictBizService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/service/IDictService.java b/src/main/java/org/springblade/modules/system/service/IDictService.java index 7973f70..25ab756 100644 --- a/src/main/java/org/springblade/modules/system/service/IDictService.java +++ b/src/main/java/org/springblade/modules/system/service/IDictService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/service/ILogApiService.java b/src/main/java/org/springblade/modules/system/service/ILogApiService.java index 2bb99cd..6a15d21 100644 --- a/src/main/java/org/springblade/modules/system/service/ILogApiService.java +++ b/src/main/java/org/springblade/modules/system/service/ILogApiService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/ILogErrorService.java b/src/main/java/org/springblade/modules/system/service/ILogErrorService.java index 1964a52..c449179 100644 --- a/src/main/java/org/springblade/modules/system/service/ILogErrorService.java +++ b/src/main/java/org/springblade/modules/system/service/ILogErrorService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/ILogService.java b/src/main/java/org/springblade/modules/system/service/ILogService.java index fc9187e..2e8a819 100644 --- a/src/main/java/org/springblade/modules/system/service/ILogService.java +++ b/src/main/java/org/springblade/modules/system/service/ILogService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.log.model.LogApi; diff --git a/src/main/java/org/springblade/modules/system/service/ILogUsualService.java b/src/main/java/org/springblade/modules/system/service/ILogUsualService.java index 457007d..1bac365 100644 --- a/src/main/java/org/springblade/modules/system/service/ILogUsualService.java +++ b/src/main/java/org/springblade/modules/system/service/ILogUsualService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/IMenuService.java b/src/main/java/org/springblade/modules/system/service/IMenuService.java index 0e819a5..dd26da4 100644 --- a/src/main/java/org/springblade/modules/system/service/IMenuService.java +++ b/src/main/java/org/springblade/modules/system/service/IMenuService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/IParamService.java b/src/main/java/org/springblade/modules/system/service/IParamService.java index 7c31d3e..0977a87 100644 --- a/src/main/java/org/springblade/modules/system/service/IParamService.java +++ b/src/main/java/org/springblade/modules/system/service/IParamService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/system/service/IPostService.java b/src/main/java/org/springblade/modules/system/service/IPostService.java index 70bf197..d73880c 100644 --- a/src/main/java/org/springblade/modules/system/service/IPostService.java +++ b/src/main/java/org/springblade/modules/system/service/IPostService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.modules.system.entity.Post; diff --git a/src/main/java/org/springblade/modules/system/service/IRegionService.java b/src/main/java/org/springblade/modules/system/service/IRegionService.java index a427540..4cc1750 100644 --- a/src/main/java/org/springblade/modules/system/service/IRegionService.java +++ b/src/main/java/org/springblade/modules/system/service/IRegionService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/system/service/IRoleMenuService.java b/src/main/java/org/springblade/modules/system/service/IRoleMenuService.java index 458dfb3..6cee414 100644 --- a/src/main/java/org/springblade/modules/system/service/IRoleMenuService.java +++ b/src/main/java/org/springblade/modules/system/service/IRoleMenuService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/IRoleScopeService.java b/src/main/java/org/springblade/modules/system/service/IRoleScopeService.java index 6745f1c..53e5716 100644 --- a/src/main/java/org/springblade/modules/system/service/IRoleScopeService.java +++ b/src/main/java/org/springblade/modules/system/service/IRoleScopeService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/IRoleService.java b/src/main/java/org/springblade/modules/system/service/IRoleService.java index af4ad74..5dd1429 100644 --- a/src/main/java/org/springblade/modules/system/service/IRoleService.java +++ b/src/main/java/org/springblade/modules/system/service/IRoleService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/service/ITenantPackageService.java b/src/main/java/org/springblade/modules/system/service/ITenantPackageService.java index f8bffac..805dc7f 100644 --- a/src/main/java/org/springblade/modules/system/service/ITenantPackageService.java +++ b/src/main/java/org/springblade/modules/system/service/ITenantPackageService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/system/service/ITenantService.java b/src/main/java/org/springblade/modules/system/service/ITenantService.java index a95b37f..7a4f207 100644 --- a/src/main/java/org/springblade/modules/system/service/ITenantService.java +++ b/src/main/java/org/springblade/modules/system/service/ITenantService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/service/ITopMenuService.java b/src/main/java/org/springblade/modules/system/service/ITopMenuService.java index 1f13106..70b972d 100644 --- a/src/main/java/org/springblade/modules/system/service/ITopMenuService.java +++ b/src/main/java/org/springblade/modules/system/service/ITopMenuService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import org.springblade.core.mp.base.BaseService; diff --git a/src/main/java/org/springblade/modules/system/service/ITopMenuSettingService.java b/src/main/java/org/springblade/modules/system/service/ITopMenuSettingService.java index 47877bd..01cfada 100644 --- a/src/main/java/org/springblade/modules/system/service/ITopMenuSettingService.java +++ b/src/main/java/org/springblade/modules/system/service/ITopMenuSettingService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/src/main/java/org/springblade/modules/system/service/IUserDeptService.java b/src/main/java/org/springblade/modules/system/service/IUserDeptService.java index c6b07e7..2294a98 100644 --- a/src/main/java/org/springblade/modules/system/service/IUserDeptService.java +++ b/src/main/java/org/springblade/modules/system/service/IUserDeptService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; diff --git a/src/main/java/org/springblade/modules/system/service/IUserOauthService.java b/src/main/java/org/springblade/modules/system/service/IUserOauthService.java index 77fce2e..c9651fc 100644 --- a/src/main/java/org/springblade/modules/system/service/IUserOauthService.java +++ b/src/main/java/org/springblade/modules/system/service/IUserOauthService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; diff --git a/src/main/java/org/springblade/modules/system/service/IUserSearchService.java b/src/main/java/org/springblade/modules/system/service/IUserSearchService.java index ca1a4e5..7826a79 100644 --- a/src/main/java/org/springblade/modules/system/service/IUserSearchService.java +++ b/src/main/java/org/springblade/modules/system/service/IUserSearchService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; diff --git a/src/main/java/org/springblade/modules/system/service/IUserService.java b/src/main/java/org/springblade/modules/system/service/IUserService.java index 932d0a5..2718f9a 100644 --- a/src/main/java/org/springblade/modules/system/service/IUserService.java +++ b/src/main/java/org/springblade/modules/system/service/IUserService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service; diff --git a/src/main/java/org/springblade/modules/system/service/impl/ApiScopeServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/ApiScopeServiceImpl.java index 17b59ca..f9bd9ae 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/ApiScopeServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/ApiScopeServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import org.springblade.core.mp.base.BaseServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/AuthClientServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/AuthClientServiceImpl.java index d0f5647..f04f494 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/AuthClientServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/AuthClientServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import org.springblade.core.mp.base.BaseServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/DataScopeServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/DataScopeServiceImpl.java index d955f71..212c5f9 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/DataScopeServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/DataScopeServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import org.springblade.core.mp.base.BaseServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/DeptServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/DeptServiceImpl.java index 92e3850..396e9a8 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/DeptServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/DeptServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/DictBizServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/DictBizServiceImpl.java index 4639500..380ac72 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/DictBizServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/DictBizServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/DictServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/DictServiceImpl.java index 4a2efdf..579b88b 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/DictServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/DictServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/LogApiServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/LogApiServiceImpl.java index d6d0fcb..f13e77f 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/LogApiServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/LogApiServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/LogErrorServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/LogErrorServiceImpl.java index fa207d5..8a7ca24 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/LogErrorServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/LogErrorServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/LogUsualServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/LogUsualServiceImpl.java index 7262f39..396fca0 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/LogUsualServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/LogUsualServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/MenuServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/MenuServiceImpl.java index 3ab9b53..8b16e9a 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/MenuServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/MenuServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/ParamServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/ParamServiceImpl.java index e2ce862..9e86e0e 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/ParamServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/ParamServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/system/service/impl/PostServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/PostServiceImpl.java index 2e163e0..66301cb 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/PostServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/PostServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/RegionServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/RegionServiceImpl.java index 8b0ceb4..be2ed44 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/RegionServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/RegionServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/RoleMenuServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/RoleMenuServiceImpl.java index 3abfe3d..94cc2c8 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/RoleMenuServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/RoleMenuServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/RoleScopeServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/RoleScopeServiceImpl.java index bd976ef..094fd94 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/RoleScopeServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/RoleScopeServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/RoleServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/RoleServiceImpl.java index 7d41814..d80cd68 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/RoleServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/RoleServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/src/main/java/org/springblade/modules/system/service/impl/TenantPackageServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/TenantPackageServiceImpl.java index 150f924..d0d700e 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/TenantPackageServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/TenantPackageServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import org.springblade.core.mp.base.BaseServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/TenantServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/TenantServiceImpl.java index 166351c..cfec0a3 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/TenantServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/TenantServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/src/main/java/org/springblade/modules/system/service/impl/TopMenuServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/TopMenuServiceImpl.java index 0fd7398..9c22f01 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/TopMenuServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/TopMenuServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.core.toolkit.Wrappers; diff --git a/src/main/java/org/springblade/modules/system/service/impl/TopMenuSettingServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/TopMenuSettingServiceImpl.java index 1a5339d..2962326 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/TopMenuSettingServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/TopMenuSettingServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/UserDeptServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/UserDeptServiceImpl.java index 52838b1..350b84b 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/UserDeptServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/UserDeptServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/UserOauthServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/UserOauthServiceImpl.java index cb5a30a..bd283da 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/UserOauthServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/UserOauthServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/UserSearchServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/UserSearchServiceImpl.java index 3958b19..e84b55d 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/UserSearchServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/UserSearchServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; diff --git a/src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java b/src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java index 6dc569d..45e921a 100644 --- a/src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java +++ b/src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.service.impl; diff --git a/src/main/java/org/springblade/modules/system/vo/ApiScopeVO.java b/src/main/java/org/springblade/modules/system/vo/ApiScopeVO.java index 6d06b0e..29c3312 100644 --- a/src/main/java/org/springblade/modules/system/vo/ApiScopeVO.java +++ b/src/main/java/org/springblade/modules/system/vo/ApiScopeVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import io.swagger.annotations.ApiModel; diff --git a/src/main/java/org/springblade/modules/system/vo/CheckedTreeVO.java b/src/main/java/org/springblade/modules/system/vo/CheckedTreeVO.java index 6709eb3..58b6521 100644 --- a/src/main/java/org/springblade/modules/system/vo/CheckedTreeVO.java +++ b/src/main/java/org/springblade/modules/system/vo/CheckedTreeVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/vo/DataScopeVO.java b/src/main/java/org/springblade/modules/system/vo/DataScopeVO.java index 8363aa4..02b4e7b 100644 --- a/src/main/java/org/springblade/modules/system/vo/DataScopeVO.java +++ b/src/main/java/org/springblade/modules/system/vo/DataScopeVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import io.swagger.annotations.ApiModel; diff --git a/src/main/java/org/springblade/modules/system/vo/DeptVO.java b/src/main/java/org/springblade/modules/system/vo/DeptVO.java index dd451d5..1d32f24 100644 --- a/src/main/java/org/springblade/modules/system/vo/DeptVO.java +++ b/src/main/java/org/springblade/modules/system/vo/DeptVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/springblade/modules/system/vo/DictBizVO.java b/src/main/java/org/springblade/modules/system/vo/DictBizVO.java index 7cee9be..af49b67 100644 --- a/src/main/java/org/springblade/modules/system/vo/DictBizVO.java +++ b/src/main/java/org/springblade/modules/system/vo/DictBizVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/springblade/modules/system/vo/DictVO.java b/src/main/java/org/springblade/modules/system/vo/DictVO.java index bc190bf..6ecc2d7 100644 --- a/src/main/java/org/springblade/modules/system/vo/DictVO.java +++ b/src/main/java/org/springblade/modules/system/vo/DictVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/springblade/modules/system/vo/GrantTreeVO.java b/src/main/java/org/springblade/modules/system/vo/GrantTreeVO.java index cbbf8bb..e3838c6 100644 --- a/src/main/java/org/springblade/modules/system/vo/GrantTreeVO.java +++ b/src/main/java/org/springblade/modules/system/vo/GrantTreeVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import lombok.Data; diff --git a/src/main/java/org/springblade/modules/system/vo/GrantVO.java b/src/main/java/org/springblade/modules/system/vo/GrantVO.java index c445612..c8a97be 100644 --- a/src/main/java/org/springblade/modules/system/vo/GrantVO.java +++ b/src/main/java/org/springblade/modules/system/vo/GrantVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import io.swagger.annotations.ApiModelProperty; diff --git a/src/main/java/org/springblade/modules/system/vo/MenuVO.java b/src/main/java/org/springblade/modules/system/vo/MenuVO.java index 3f44789..2921470 100644 --- a/src/main/java/org/springblade/modules/system/vo/MenuVO.java +++ b/src/main/java/org/springblade/modules/system/vo/MenuVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/springblade/modules/system/vo/ParamVO.java b/src/main/java/org/springblade/modules/system/vo/ParamVO.java index 5b90c36..ddceeba 100644 --- a/src/main/java/org/springblade/modules/system/vo/ParamVO.java +++ b/src/main/java/org/springblade/modules/system/vo/ParamVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import io.swagger.annotations.ApiModel; diff --git a/src/main/java/org/springblade/modules/system/vo/PostVO.java b/src/main/java/org/springblade/modules/system/vo/PostVO.java index 519c980..a6cd5ac 100644 --- a/src/main/java/org/springblade/modules/system/vo/PostVO.java +++ b/src/main/java/org/springblade/modules/system/vo/PostVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import org.springblade.modules.system.entity.Post; diff --git a/src/main/java/org/springblade/modules/system/vo/RegionVO.java b/src/main/java/org/springblade/modules/system/vo/RegionVO.java index 3cbd1e5..11dede7 100644 --- a/src/main/java/org/springblade/modules/system/vo/RegionVO.java +++ b/src/main/java/org/springblade/modules/system/vo/RegionVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/springblade/modules/system/vo/RoleMenuVO.java b/src/main/java/org/springblade/modules/system/vo/RoleMenuVO.java index 61e2d36..24f817f 100644 --- a/src/main/java/org/springblade/modules/system/vo/RoleMenuVO.java +++ b/src/main/java/org/springblade/modules/system/vo/RoleMenuVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import io.swagger.annotations.ApiModel; diff --git a/src/main/java/org/springblade/modules/system/vo/RoleVO.java b/src/main/java/org/springblade/modules/system/vo/RoleVO.java index 7751d96..c7e436b 100644 --- a/src/main/java/org/springblade/modules/system/vo/RoleVO.java +++ b/src/main/java/org/springblade/modules/system/vo/RoleVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/springblade/modules/system/vo/UserVO.java b/src/main/java/org/springblade/modules/system/vo/UserVO.java index 3552e8e..45b5e71 100644 --- a/src/main/java/org/springblade/modules/system/vo/UserVO.java +++ b/src/main/java/org/springblade/modules/system/vo/UserVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.vo; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/org/springblade/modules/system/wrapper/ApiScopeWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/ApiScopeWrapper.java index c51b983..10c737a 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/ApiScopeWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/ApiScopeWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/DataScopeWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/DataScopeWrapper.java index a16de7f..af4a62e 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/DataScopeWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/DataScopeWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/DeptWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/DeptWrapper.java index ce8a7e0..15c4b56 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/DeptWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/DeptWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/DictBizWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/DictBizWrapper.java index 4b1d939..302de55 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/DictBizWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/DictBizWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictBizCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/DictWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/DictWrapper.java index 046541f..3ac54ab 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/DictWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/DictWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/MenuWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/MenuWrapper.java index a7c1d59..343ac4c 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/MenuWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/MenuWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/PostWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/PostWrapper.java index d2fcf6e..f66142c 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/PostWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/PostWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/RegionWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/RegionWrapper.java index 124c211..b408202 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/RegionWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/RegionWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.RegionCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/RoleWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/RoleWrapper.java index 2163f92..051831a 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/RoleWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/RoleWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.SysCache; diff --git a/src/main/java/org/springblade/modules/system/wrapper/UserWrapper.java b/src/main/java/org/springblade/modules/system/wrapper/UserWrapper.java index d139a5b..1735aff 100644 --- a/src/main/java/org/springblade/modules/system/wrapper/UserWrapper.java +++ b/src/main/java/org/springblade/modules/system/wrapper/UserWrapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.system.wrapper; import org.springblade.common.cache.DictCache; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/DeviceAttachController.java b/src/main/java/org/springblade/modules/workOrder/controller/DeviceAttachController.java index 513e337..a34cae7 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/DeviceAttachController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/DeviceAttachController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/DeviceController.java b/src/main/java/org/springblade/modules/workOrder/controller/DeviceController.java index 5f2fafe..c2b1ad9 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/DeviceController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/DeviceController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/FeedbackController.java b/src/main/java/org/springblade/modules/workOrder/controller/FeedbackController.java index 283aab0..87d9b4d 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/FeedbackController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/FeedbackController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/InformationAttachController.java b/src/main/java/org/springblade/modules/workOrder/controller/InformationAttachController.java index 433ead0..fc9321f 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/InformationAttachController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/InformationAttachController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/InformationController.java b/src/main/java/org/springblade/modules/workOrder/controller/InformationController.java index 03bd6d9..0664a8a 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/InformationController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/InformationController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderAttachController.java b/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderAttachController.java index eff8ec8..bbc9209 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderAttachController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderAttachController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderController.java b/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderController.java index 50aa356..f29e06d 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderRepairMaterialController.java b/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderRepairMaterialController.java index 9bdc05c..cd8629e 100644 --- a/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderRepairMaterialController.java +++ b/src/main/java/org/springblade/modules/workOrder/controller/WorkOrderRepairMaterialController.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.controller; import io.swagger.annotations.Api; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/DeviceAttachDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/DeviceAttachDTO.java index 48ca071..04c278a 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/DeviceAttachDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/DeviceAttachDTO.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.DeviceAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/DeviceDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/DeviceDTO.java index fb22d9b..d139327 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/DeviceDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/DeviceDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.Device; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/FeedbackDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/FeedbackDTO.java index 6fba70b..07a82e8 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/FeedbackDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/FeedbackDTO.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.Feedback; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/InformationAttachDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/InformationAttachDTO.java index 728a3df..d93d42c 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/InformationAttachDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/InformationAttachDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.InformationAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/InformationDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/InformationDTO.java index 9146dc3..36b2b56 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/InformationDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/InformationDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.Information; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderAttachDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderAttachDTO.java index 3f4d0ca..99f72aa 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderAttachDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderAttachDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.WorkOrderAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderDTO.java index 18c3170..a6cc78f 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.WorkOrder; diff --git a/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderRepairMaterialDTO.java b/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderRepairMaterialDTO.java index 093566a..9633705 100644 --- a/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderRepairMaterialDTO.java +++ b/src/main/java/org/springblade/modules/workOrder/dto/WorkOrderRepairMaterialDTO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.dto; import org.springblade.modules.workOrder.entity.WorkOrderRepairMaterial; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/DeviceAttachExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/DeviceAttachExcel.java index 5e93beb..270bfe6 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/DeviceAttachExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/DeviceAttachExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/DeviceExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/DeviceExcel.java index 9d3901f..33c0992 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/DeviceExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/DeviceExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/FeedbackExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/FeedbackExcel.java index f29e3c4..08272c7 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/FeedbackExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/FeedbackExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/InformationAttachExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/InformationAttachExcel.java index 0f96b03..118b7e1 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/InformationAttachExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/InformationAttachExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/InformationExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/InformationExcel.java index 833967a..6096398 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/InformationExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/InformationExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderAttachExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderAttachExcel.java index d9841f9..9c1bb29 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderAttachExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderAttachExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderExcel.java index 3bf687b..fcccd1f 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderRepairMaterialExcel.java b/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderRepairMaterialExcel.java index a9fb5e3..726c48b 100644 --- a/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderRepairMaterialExcel.java +++ b/src/main/java/org/springblade/modules/workOrder/excel/WorkOrderRepairMaterialExcel.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.excel; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/DeviceAttachMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/DeviceAttachMapper.java index 6271ee2..6c6d90d 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/DeviceAttachMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/DeviceAttachMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.DeviceAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/DeviceMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/DeviceMapper.java index 561f30d..25a75ce 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/DeviceMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/DeviceMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.Device; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/FeedbackMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/FeedbackMapper.java index b478e74..afa7d3d 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/FeedbackMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/FeedbackMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.Feedback; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/InformationAttachMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/InformationAttachMapper.java index 75c1138..799126d 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/InformationAttachMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/InformationAttachMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.InformationAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/InformationMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/InformationMapper.java index a7dbcf4..d6e5de6 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/InformationMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/InformationMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.Information; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderAttachMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderAttachMapper.java index 1067112..88540ee 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderAttachMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderAttachMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.WorkOrderAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderMapper.java index 747bf5c..0a2a985 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.WorkOrder; diff --git a/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderRepairMaterialMapper.java b/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderRepairMaterialMapper.java index 3423c06..00aedc9 100644 --- a/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderRepairMaterialMapper.java +++ b/src/main/java/org/springblade/modules/workOrder/mapper/WorkOrderRepairMaterialMapper.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.mapper; import org.springblade.modules.workOrder.entity.WorkOrderRepairMaterial; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IDeviceAttachService.java b/src/main/java/org/springblade/modules/workOrder/service/IDeviceAttachService.java index a80c38f..a267f2b 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IDeviceAttachService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IDeviceAttachService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IDeviceService.java b/src/main/java/org/springblade/modules/workOrder/service/IDeviceService.java index c5c5097..86616d9 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IDeviceService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IDeviceService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IFeedbackService.java b/src/main/java/org/springblade/modules/workOrder/service/IFeedbackService.java index 19fe3d7..5639366 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IFeedbackService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IFeedbackService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IInformationAttachService.java b/src/main/java/org/springblade/modules/workOrder/service/IInformationAttachService.java index 2c1697e..842436f 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IInformationAttachService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IInformationAttachService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IInformationService.java b/src/main/java/org/springblade/modules/workOrder/service/IInformationService.java index 40b8966..af8b832 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IInformationService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IInformationService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderAttachService.java b/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderAttachService.java index 5dae237..bec553f 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderAttachService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderAttachService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderRepairMaterialService.java b/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderRepairMaterialService.java index 49f9739..7a7b8c7 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderRepairMaterialService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderRepairMaterialService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderService.java b/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderService.java index 11e04d4..f75a831 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderService.java +++ b/src/main/java/org/springblade/modules/workOrder/service/IWorkOrderService.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceAttachServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceAttachServiceImpl.java index f399eb2..8a83162 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceAttachServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceAttachServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.DeviceAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceServiceImpl.java index 1b3fa8b..bd7c589 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/DeviceServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.Device; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/FeedbackServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/FeedbackServiceImpl.java index 921e0c5..3cb2e4f 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/FeedbackServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/FeedbackServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.Feedback; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/InformationAttachServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/InformationAttachServiceImpl.java index 7170076..62588ee 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/InformationAttachServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/InformationAttachServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.InformationAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/InformationServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/InformationServiceImpl.java index e483ff6..466e4bc 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/InformationServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/InformationServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.Information; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderAttachServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderAttachServiceImpl.java index 62cef0e..fe675cf 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderAttachServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderAttachServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.WorkOrderAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderRepairMaterialServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderRepairMaterialServiceImpl.java index 0d2aea8..54265fb 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderRepairMaterialServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderRepairMaterialServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.WorkOrderRepairMaterial; diff --git a/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderServiceImpl.java b/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderServiceImpl.java index 274f1ad..40c178d 100644 --- a/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderServiceImpl.java +++ b/src/main/java/org/springblade/modules/workOrder/service/impl/WorkOrderServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.service.impl; import org.springblade.modules.workOrder.entity.WorkOrder; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/DeviceAttachVO.java b/src/main/java/org/springblade/modules/workOrder/vo/DeviceAttachVO.java index a9f0baf..ec7c2e3 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/DeviceAttachVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/DeviceAttachVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.DeviceAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/DeviceVO.java b/src/main/java/org/springblade/modules/workOrder/vo/DeviceVO.java index 66e64ba..facbc2b 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/DeviceVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/DeviceVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.Device; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/FeedbackVO.java b/src/main/java/org/springblade/modules/workOrder/vo/FeedbackVO.java index 20ebca9..5c1e0c4 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/FeedbackVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/FeedbackVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.Feedback; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/InformationAttachVO.java b/src/main/java/org/springblade/modules/workOrder/vo/InformationAttachVO.java index 02a692b..0f0ec0a 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/InformationAttachVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/InformationAttachVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.InformationAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/InformationVO.java b/src/main/java/org/springblade/modules/workOrder/vo/InformationVO.java index 61c1f77..9f16d45 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/InformationVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/InformationVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.Information; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderAttachVO.java b/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderAttachVO.java index 39e252f..e74cd63 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderAttachVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderAttachVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.WorkOrderAttach; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderRepairMaterialVO.java b/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderRepairMaterialVO.java index b011dec..4256a7e 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderRepairMaterialVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderRepairMaterialVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.WorkOrderRepairMaterial; diff --git a/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderVO.java b/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderVO.java index d950ea5..aa587b5 100644 --- a/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderVO.java +++ b/src/main/java/org/springblade/modules/workOrder/vo/WorkOrderVO.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.modules.workOrder.vo; import org.springblade.modules.workOrder.entity.WorkOrder; diff --git a/src/main/resources/templates/controller.java.vm b/src/main/resources/templates/controller.java.vm index b06f8d1..672d24c 100644 --- a/src/main/resources/templates/controller.java.vm +++ b/src/main/resources/templates/controller.java.vm @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package $!{package.Controller}; import io.swagger.annotations.Api; diff --git a/src/test/java/org/springblade/test/CodeGenerator.java b/src/test/java/org/springblade/test/CodeGenerator.java index eb66528..a5fedca 100644 --- a/src/test/java/org/springblade/test/CodeGenerator.java +++ b/src/test/java/org/springblade/test/CodeGenerator.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.test; diff --git a/src/test/java/org/springblade/test/launch/LauncherTestServiceImpl.java b/src/test/java/org/springblade/test/launch/LauncherTestServiceImpl.java index 192e754..99cf27a 100644 --- a/src/test/java/org/springblade/test/launch/LauncherTestServiceImpl.java +++ b/src/test/java/org/springblade/test/launch/LauncherTestServiceImpl.java @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package org.springblade.test.launch; import org.springblade.core.auto.service.AutoService; diff --git a/src/test/resources/templates/controller.java.vm b/src/test/resources/templates/controller.java.vm index 2f785d2..5ff4f6a 100644 --- a/src/test/resources/templates/controller.java.vm +++ b/src/test/resources/templates/controller.java.vm @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * Neither the name of the dreamlu.net developer nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * Author: Chill 庄骞 (smallchill@163.com) - */ + package $!{package.Controller}; import io.swagger.annotations.Api;