From cdb4b6cd257f3d42b10519de50e47f3a56069fcd Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Wed, 15 Nov 2023 22:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=88=BF=E5=B1=8B=E7=BB=BC?= =?UTF-8?q?=E5=90=88=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/house/HouseRouteController.java | 11 + .../templates/house/list-summary.html | 513 ++++++++++++++++++ 2 files changed, 524 insertions(+) create mode 100644 src/main/resources/templates/house/list-summary.html diff --git a/src/main/java/com/cm/population/controller/route/house/HouseRouteController.java b/src/main/java/com/cm/population/controller/route/house/HouseRouteController.java index b92ac7d..0e5dd64 100644 --- a/src/main/java/com/cm/population/controller/route/house/HouseRouteController.java +++ b/src/main/java/com/cm/population/controller/route/house/HouseRouteController.java @@ -49,4 +49,15 @@ public class HouseRouteController extends AbstractController { public ModelAndView listMyself() { return new ModelAndView("house/list-myself"); } + + @GetMapping("save-batch") + public ModelAndView saveBatch() { + return new ModelAndView("house/save-batch"); + } + + @GetMapping("list-summary") + public ModelAndView listSummary() { + return new ModelAndView("house/list-summary"); + } + } \ No newline at end of file diff --git a/src/main/resources/templates/house/list-summary.html b/src/main/resources/templates/house/list-summary.html new file mode 100644 index 0000000..fd9f25d --- /dev/null +++ b/src/main/resources/templates/house/list-summary.html @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + + + \ No newline at end of file