%-- 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"%>
--%>
<%-- --%>
<%-- | --%>
宿舍编号 | 宿舍楼 | 已用床位 | 学生姓名 | 电话 | 班级编号 | 班级名 |
---|---|---|---|---|---|---|---|
${d.s_dormitoryid} | ${d.d_dormbuilding} | ${d.d_bed} | ${sd.s_name} | ${sd.s_phone} | ${sd.s_classid} | ${sd.s_classname} |