From 9a313495d85e984770dcb669c35badd95b120238 Mon Sep 17 00:00:00 2001 From: wxf <2933130023@qq.com> Date: Mon, 7 Apr 2025 13:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E6=B7=BBpublicManagement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/showPublicManagement.jsp} | 20 +++++++-- web/addpublicManagement.jsp | 45 +++++++++++++++++++ 2 files changed, 61 insertions(+), 4 deletions(-) rename web/{publicManagement.jsp => WEB-INF/view/showPublicManagement.jsp} (50%) create mode 100644 web/addpublicManagement.jsp diff --git a/web/publicManagement.jsp b/web/WEB-INF/view/showPublicManagement.jsp similarity index 50% rename from web/publicManagement.jsp rename to web/WEB-INF/view/showPublicManagement.jsp index 90f124a..eebe584 100644 --- a/web/publicManagement.jsp +++ b/web/WEB-INF/view/showPublicManagement.jsp @@ -1,16 +1,28 @@ <%-- Created by IntelliJ IDEA. User: bd - Date: 2025/3/27 - Time: 23:30 + Date: 2025/4/7 + Time: 13:10 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> - 入门程序 + Title -success! +hello! +
+用户信息:${printInfo.unq} +
+
+用户名:${printInfo.unw} +
+
+物流信息:${printInfo.une} +
+
+售后信息:${printInfo.unr} +
diff --git a/web/addpublicManagement.jsp b/web/addpublicManagement.jsp new file mode 100644 index 0000000..463ba29 --- /dev/null +++ b/web/addpublicManagement.jsp @@ -0,0 +1,45 @@ +<%-- + Created by IntelliJ IDEA. + User: bd + Date: 2025/3/27 + Time: 23:30 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 添加信息 + + +success! +
+ + 用户id + + + + + 用户信息 + + + + + 物流管理 + + + + + 售后管理 + + + + + + + + + + +
+ +