parent
27946162d3
commit
d0eff8db20
Binary file not shown.
Binary file not shown.
@ -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" %>
|
||||
<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>
|
@ -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" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>添加车位预约管理信息</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="tcqy/tianjia" method="post">
|
||||
预约车位编号:<input type="text" name="Yyxtid">
|
||||
<br>
|
||||
预约车名称:<input type="text" name="YyxtName">
|
||||
<br>
|
||||
是否有车位:<select name="Yyxtsf">
|
||||
<option value="是">是</option>
|
||||
<option value="否">否</option>
|
||||
</select>
|
||||
<br>
|
||||
预约车数量:<input type="text" name="YyxtNumber">
|
||||
<br>
|
||||
预约车位价格:<input type="text" name="YyxtMoney">
|
||||
<br>
|
||||
预约车位照片:<input type="file" value="选择文件">
|
||||
<br>
|
||||
预约车位分类名称:<input type="text" name="Yyxtfl" placeholder="请输入分类名称">
|
||||
<br>
|
||||
详情:<textarea name="YyxtContent" rows="5" cols="35"></textarea>
|
||||
<br>
|
||||
预约车位日期:<input type="text" name="YyxtDate">
|
||||
<br>
|
||||
<input type="reset" value="重置">
|
||||
|
||||
|
||||
<input type="submit" value="添加">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue