From 3e353b489ee763f589bd53aa6fb433240971d29e Mon Sep 17 00:00:00 2001 From: pfqghpozv <349270089@qq.com> Date: Fri, 28 Jun 2024 18:30:08 +0800 Subject: [PATCH] Add type_list.jsp --- type_list.jsp | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 type_list.jsp diff --git a/type_list.jsp b/type_list.jsp new file mode 100644 index 0000000..2c858fc --- /dev/null +++ b/type_list.jsp @@ -0,0 +1,58 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + 类目列表 + + + + +
+ + + +
+ +
+
+ + +
+
+
+ +
${msg }
+
+ +
${failMsg }
+
+
+ + + + + + + + + + + + + + + + + + +
ID名称操作

${t.id }

${t.name }

+ 修改 + 删除 +
+ +
+ + \ No newline at end of file