From b7ce7e00151b719eb583db693189afa053d21115 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 16 十二月 2024 10:32:58 +0800 Subject: [PATCH] 优化接口 获得全部取水口 重构返回结构,增加片区名称字段、增加县镇村名称字段 --- pipIrr-platform/pipIrr-web/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml index 9e59107..9f2da8a 100644 --- a/pipIrr-platform/pipIrr-web/pom.xml +++ b/pipIrr-platform/pipIrr-web/pom.xml @@ -32,6 +32,7 @@ <module>pipIrr-web-app</module> <module>pipIrr-web-operation</module> <module>pipIrr-web-file</module> + <module>pipIrr-web-temp</module> </modules> <dependencies> -- Gitblit v1.8.0