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
633 B
31 lines
633 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: DELL
|
|
Date: 2025/3/31
|
|
Time: 16:56
|
|
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>
|
|
区域编号:${tcqyInfo.id}
|
|
<br>
|
|
区域名称:${tcqyInfo.tingchequyuName}
|
|
<br>
|
|
是否有车位:${tcqyInfo.tingchequyusf}
|
|
<br>
|
|
车位数量:${tcqyInfo.tingchequyuNumber}
|
|
<br>
|
|
车分类名称:${tcqyInfo.tingchequyufl}
|
|
<br>
|
|
详情:${tcqyInfo.tingchequyuContent}
|
|
<br>
|
|
停车日期:${tcqyInfo.tingchequyuDate}
|
|
</body>
|
|
</html>
|