<%-- Created by IntelliJ IDEA. User: 周训凯 Date: 2019/4/25 Time: 16:15 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" import="com.itheima.po.StudentClean" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> 后台登录 <%----%>
首页 学生卫生
共有数据:${di.totalCount} 条 <%--添加模态框--%> <%--表格数据--%>
ID 学号 姓名 学生卫生 班级编号 宿舍编号 创建日期 更新日期 操作
${di.g_id} ${di.s_studentid} ${di.s_name} ${di.s_grade} ${di.s_classid} ${di.s_dormitoryid}