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
657 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: 41288
Date: 2025/5/12
Time: 19:50
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>
用户id${userInfo.user_id}
<br>
用户名称:${userInfo.user_name}
<br>
是否有用户:${userInfo.user_sf}
<br>
用户手机号:${userInfo.user_phone}
<br>
用户所在职部门:${userInfo.user_department}
<br>
备注:${userInfo.user_memo}
<br>
实验日期:${userInfo.user_time}
<br>
</body>
</html>