diff --git a/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/classes/com/ssm/controller/TestYyxtController.class b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/classes/com/ssm/controller/TestYyxtController.class new file mode 100644 index 0000000..a55dbd9 Binary files /dev/null and b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/classes/com/ssm/controller/TestYyxtController.class differ diff --git a/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/classes/com/ssm/entity/YyxtModel.class b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/classes/com/ssm/entity/YyxtModel.class new file mode 100644 index 0000000..f4de5f9 Binary files /dev/null and b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/classes/com/ssm/entity/YyxtModel.class differ diff --git a/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/view/showYyxt.jsp b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/view/showYyxt.jsp new file mode 100644 index 0000000..f0f0a76 --- /dev/null +++ b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/WEB-INF/view/showYyxt.jsp @@ -0,0 +1,30 @@ +<%-- + Created by IntelliJ IDEA. + User: Wangyixin + Date: 2025/4/2 + Time: 14:25 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 展示预约车位分类信息 + + +Success! +
+预约车位编号:${yyxtInfo.yyxtid} +
+预约车名称:${yyxtInfo.yyxtName} +
+是否有车位:${yyxtInfo.yyxtsf} +
+预约车数量:${yyxtInfo.yyxtNumber} +
+预约车位分类名称:${yyxtInfo.yyxtfl} +
+详情:${yyxtInfo.yyxtContent} +
+预约车位日期:${yyxtInfo.yyxtDate} + + diff --git a/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/addYyxt.jsp b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/addYyxt.jsp new file mode 100644 index 0000000..4fe2b96 --- /dev/null +++ b/out/artifacts/parkingmanagement_SpringMVCProject_2403_war_exploded/addYyxt.jsp @@ -0,0 +1,42 @@ +<%-- + Created by IntelliJ IDEA. + User: Wangyixin + Date: 2025/4/2 + Time: 14:15 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 添加车位预约管理信息 + + +
+ 预约车位编号: +
+ 预约车名称: +
+ 是否有车位: +
+ 预约车数量: +
+ 预约车位价格: +
+ 预约车位照片: +
+ 预约车位分类名称: +
+ 详情: +
+ 预约车位日期: +
+ +                                +                                + +
+ + diff --git a/out/production/parkingmanagement-SpringMVCProject-2403/com/ssm/controller/TestYyxtController.class b/out/production/parkingmanagement-SpringMVCProject-2403/com/ssm/controller/TestYyxtController.class new file mode 100644 index 0000000..a55dbd9 Binary files /dev/null and b/out/production/parkingmanagement-SpringMVCProject-2403/com/ssm/controller/TestYyxtController.class differ diff --git a/out/production/parkingmanagement-SpringMVCProject-2403/com/ssm/entity/YyxtModel.class b/out/production/parkingmanagement-SpringMVCProject-2403/com/ssm/entity/YyxtModel.class new file mode 100644 index 0000000..f4de5f9 Binary files /dev/null and b/out/production/parkingmanagement-SpringMVCProject-2403/com/ssm/entity/YyxtModel.class differ