From 62a2d11f7ee773659b0a2de1dd5db2ec40a7d3c8 Mon Sep 17 00:00:00 2001 From: pfu2aoslz <2269185321@qq.com> Date: Thu, 6 Jan 2022 21:33:43 +0800 Subject: [PATCH] ADD file via upload --- code/da-authority.jsp | 231 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 code/da-authority.jsp diff --git a/code/da-authority.jsp b/code/da-authority.jsp new file mode 100644 index 0000000..945c452 --- /dev/null +++ b/code/da-authority.jsp @@ -0,0 +1,231 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="java.util.*,com.domain.Tuser" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + UserManager + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+

+

DataBaseSafe维护数据库

+
+
+ + 请选择查看的表: +

+ +
+
+ +
+
+ 权威用户详情表 +
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
认证编号账号身份证号从事职业所在医疗机构资格证书是否通过是否删除
${au.cid}${au.uid}${au.iid}${au.profession}${au.company}${au.picture}${au.apass}删除
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file