com.github.rrsunhome.excelsql.viewer.Viewer Maven / Gradle / Ivy
package com.github.rrsunhome.excelsql.viewer;
import java.util.List;
public interface Viewer {
void outPut(String content);
void outPut(List contentList);
}
package com.github.rrsunhome.excelsql.viewer;
import java.util.List;
public interface Viewer {
void outPut(String content);
void outPut(List contentList);
}