From 0bdd4bcee9d66e5372df5351ec0008b23302ffff Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Fri, 11 Aug 2023 16:36:06 +0800 Subject: [PATCH] feat:走航车路段重写 --- screen-manage/src/main/java/com/moral/api/service/VersionService.java | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/screen-manage/src/main/java/com/moral/api/service/VersionService.java b/screen-manage/src/main/java/com/moral/api/service/VersionService.java index a3e16ff..6843630 100644 --- a/screen-manage/src/main/java/com/moral/api/service/VersionService.java +++ b/screen-manage/src/main/java/com/moral/api/service/VersionService.java @@ -64,11 +64,20 @@ /** * @Description: ������������id��������������������� - * @Param: [id] + * @Param: [form] * @return: com.moral.api.pojo.dto.version.VersionDTO * @Author: ��������� * @Date: 2021/6/9 */ - VersionDTO queryVersionById(Integer id); + VersionQueryDTO queryVersionById(VersionQueryByIdForm form); + + /** + * @Description: ������������id������������ + * @Param: [organizationId] + * @return: com.moral.api.pojo.dto.version.VersionQueryDTO + * @Author: ��������� + * @Date: 2021/6/18 + */ + VersionQueryDTO queryByOrganizationId(Integer organizationId); } -- Gitblit v1.8.0