%@ page contentType="text/html; charset=gb2312" language="java" %>
<%@ page import="com.actionForm.UserForm" %>
<%
UserForm userForm=(UserForm)request.getAttribute("userList");
if(userForm==null){
%>
<%
}else{
int id=userForm.getId();
String name=userForm.getName();
Byte setInstorage=userForm.getSetInstorage();
Byte setOutstorage=userForm.getSetOutstorage();
Byte setDeal=userForm.getSetDeal();
Byte setQuery=userForm.getSetQuery();
Byte setBasic=userForm.getSetBasic();
Byte setSys=userForm.getSetSys();
%>
物资管理系统
| <%@ include file="top.jsp"%> |
| 当前登录用户:<%=session.getAttribute("username")%> |
|
当前位置:系统管理 > 用户管理 > 修改用户权限 >>> |
|
| <%@ include file="copyright.jsp"%> |
<%} %>