Browse Source

上传文件至 'w10'

fanxinyao 3 weeks ago
parent
commit
c7476b5bc7
  1. 8
      w10/Command.java

8
w10/Command.java

@ -0,0 +1,8 @@
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