From ea6b0efbfd58ab4a2f0a7c9f504688e7f4e12102 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期一, 30 八月 2021 16:29:06 +0800 Subject: [PATCH] Merge branch 'test' into zzj --- springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventApplicationAppReleaseService.java | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventApplicationAppReleaseService.java b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventApplicationAppReleaseService.java index d657184..b252f08 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventApplicationAppReleaseService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventApplicationAppReleaseService.java @@ -18,11 +18,12 @@ * @version 1.0 * @since 1.0 * @date 2021-05-26 - * */ + */ public interface EventApplicationAppReleaseService extends IService<EventApplicationAppReleaseDO> { /** * 新增APP应用版本信息 + * * @param eventApplicationAppReleaseAddDTO * @return 新增结果 */ @@ -30,6 +31,7 @@ /** * 修改APP应用版本信息 + * * @param eventApplicationAppReleaseEditDTO * @return 维护结果 */ @@ -37,6 +39,7 @@ /** * 分页查找APP应用版本信息 + * * @param pageEventApplicationAppReleaseDTO * @return 维护结果 */ @@ -44,6 +47,7 @@ /** * 删除APP应用版本信息 + * * @param EventApplicationAppReleaseDeleteDTO * @return 平台用户信息 */ @@ -51,16 +55,18 @@ /** * 查询APP应用版本信息详细信息 - * @param id APP应用版本信息 id + * + * @param id + * APP应用版本信息 id * @return 查找结果 */ R<EventApplicationAppReleaseDetailsVO> eventApplicationAppReleaseDetails(Long id); /** * 获取最新版本信息 - * @return 版本信息 + * + * @return 版本信息 */ R editionUpdate(); - } -- Gitblit v1.7.1