From d89dcdff9e2430a324976effe6eb3029c7278f47 Mon Sep 17 00:00:00 2001 From: JianXinyi <1259606552@qq.com> Date: Thu, 7 May 2026 16:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'w10/Command.java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- w10/Command.java | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 w10/Command.java diff --git a/w10/Command.java b/w10/Command.java deleted file mode 100644 index 27a2c70..0000000 --- a/w10/Command.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); -}