热点资源
This commit is contained in:
@@ -17,6 +17,6 @@ import java.io.OutputStream;
|
||||
*/
|
||||
public interface SourceService extends IService<Source> {
|
||||
|
||||
void downloadSource(ServletOutputStream outputStream, String sid) throws IOException;
|
||||
void downloadSource(ServletOutputStream outputStream, Source source) throws IOException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user