Browse Source

删除 'java-cli/src/main/java/com/example/datacollect/command/Command.java'

main
Songrui 3 weeks ago
parent
commit
c684637313
  1. 9
      java-cli/src/main/java/com/example/datacollect/command/Command.java

9
java-cli/src/main/java/com/example/datacollect/command/Command.java

@ -1,9 +0,0 @@
package com.example.datacollect.command;
import com.example.datacollect.model.Article;
import java.util.List;
public interface Command {
String getName();
void execute(String[] args, List<Article> articles);
}
Loading…
Cancel
Save