From cc047622a6948dc12a524f4efda79583d4f799b2 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Mon, 13 Nov 2023 17:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=96=B0=E5=A2=9E=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4=20=20--renpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/house/HouseRouteController.java | 5 + .../templates/building/list-myself.html | 17 + .../templates/building/save-batch.html | 448 ++++++++++++++++++ 3 files changed, 470 insertions(+) create mode 100644 src/main/resources/templates/building/save-batch.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 c9931de..dc0389d 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 @@ -50,4 +50,9 @@ public class HouseRouteController extends AbstractController { return new ModelAndView("house/list-myself"); } + @GetMapping("save-batch") + public ModelAndView saveBatch() { + return new ModelAndView("house/save-batch"); + } + } \ No newline at end of file diff --git a/src/main/resources/templates/building/list-myself.html b/src/main/resources/templates/building/list-myself.html index 0cf1f70..def3098 100644 --- a/src/main/resources/templates/building/list-myself.html +++ b/src/main/resources/templates/building/list-myself.html @@ -35,6 +35,9 @@ + +
+ + +
+ +
+
+ + +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+ +
+
+ + +
+
+
+ +
+
+
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file