From 0d1d6f9674d8fe33d2c63000fc9c635f0c3bf8da Mon Sep 17 00:00:00 2001 From: Administrator <2237565874@qq.com> Date: Mon, 21 Sep 2020 11:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/product.html | 157 ++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 src/main/resources/templates/product.html diff --git a/src/main/resources/templates/product.html b/src/main/resources/templates/product.html new file mode 100644 index 0000000..f29a4f5 --- /dev/null +++ b/src/main/resources/templates/product.html @@ -0,0 +1,157 @@ + + + + + + + + + + + 产品 + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + +
+
+ + + + + + +
+ +
+
+ + +
+
+ +
+
+
+
+
+
+

产品列表

+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ 2015 © OCP. +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- Gitee