You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
632 B
31 lines
632 B
<%--
|
|
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" %>
|
|
<html>
|
|
<head>
|
|
<title>展示预约车位分类信息</title>
|
|
</head>
|
|
<body>
|
|
Success!
|
|
<br>
|
|
预约车位编号:${yyxtInfo.yyxtid}
|
|
<br>
|
|
预约车名称:${yyxtInfo.yyxtName}
|
|
<br>
|
|
是否有车位:${yyxtInfo.yyxtsf}
|
|
<br>
|
|
预约车数量:${yyxtInfo.yyxtNumber}
|
|
<br>
|
|
预约车位分类名称:${yyxtInfo.yyxtfl}
|
|
<br>
|
|
详情:${yyxtInfo.yyxtContent}
|
|
<br>
|
|
预约车位日期:${yyxtInfo.yyxtDate}
|
|
</body>
|
|
</html>
|