<%-- Created by IntelliJ IDEA. User: hkw Date: 2018/10/31 Time: 14:06 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" import="com.itheima.po.Dormitory" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 后台登录 <%----%>
首页 宿舍信息
共有数据:${di.totalCount} 条 <%--添加模态框--%> <%--表格数据--%> <%----%>
ID 宿舍编号 宿舍楼 床位总数 已用床位 管理员 操作
--%> <%--
--%> <%--
${di.d_id} ${di.s_dormitoryid} ${di.d_dormbuilding} ${di.d_bedtotal} ${di.d_bed} ${di.a_name}