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