Browse Source

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

main
LeiJuntao 3 weeks ago
parent
commit
26c3cc4221
  1. 8
      project/java-cli/src/main/java/com/example/datacollect/command/Command.java

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

@ -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);
}
Loading…
Cancel
Save