From 7727246754b83af3670fdcbdb370a519d84aacc5 Mon Sep 17 00:00:00 2001 From: shilei <798989044@qq.com> Date: Tue, 18 Apr 2023 12:57:34 +0800 Subject: [PATCH] =?UTF-8?q?#ECDEV-2#=20=E5=BC=80=E5=8F=91=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interface/TestUpdate.jsp | 5 +++++ src/weaver/interfaces/shil/UpdateStatusAction.java | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 interface/TestUpdate.jsp create mode 100644 src/weaver/interfaces/shil/UpdateStatusAction.java diff --git a/interface/TestUpdate.jsp b/interface/TestUpdate.jsp new file mode 100644 index 0000000..0883c6d --- /dev/null +++ b/interface/TestUpdate.jsp @@ -0,0 +1,5 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" %> +<% + int count = 0; + +%> diff --git a/src/weaver/interfaces/shil/UpdateStatusAction.java b/src/weaver/interfaces/shil/UpdateStatusAction.java new file mode 100644 index 0000000..271f323 --- /dev/null +++ b/src/weaver/interfaces/shil/UpdateStatusAction.java @@ -0,0 +1,4 @@ +package weaver.interfaces.shil; + +public class UpdateStatusAction { +}