From 36352c67f7fe92b0cbe28e48c12e23d13eceabd1 Mon Sep 17 00:00:00 2001 From: wangbo <1248863822@qq.com> Date: Wed, 20 May 2026 22:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'w11/command.java.java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- w11/command.java.java | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 w11/command.java.java diff --git a/w11/command.java.java b/w11/command.java.java deleted file mode 100644 index e3e2030..0000000 --- a/w11/command.java.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.example.datacollect.command; - -import com.example.datacollect.repository.ArticleRepository; - -public interface Command { - String getName(); - void execute(String[] args, ArticleRepository repository); -} \ No newline at end of file