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.

32 lines
618 B

<%--
Created by IntelliJ IDEA.
User: 30424
Date: 2025/4/4
Time: 18:01
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>
设备编号:${sbglInfo.sbglid}
<br>
设备名称:${sbglInfo.sbglname}
<br>
是否有设备:${sbglInfo.sbglsf}
<br>
设备数量:${sbglInfo.sbglnumber}
<br>
设备分类名称:${sbglInfo.sbglfl}
<br>
备注:${sbglInfo.sbglmemo}
<br>
设备日期:${sbglInfo.sbgltime}
<br>
</body>
</html>