1
ydj
2024-06-11 02f90534bff9168fea49e60744c66a7bd8d7e10c
1
2
3
4
5
package org.example.server;
 
public interface ISiteNewsService {
    void grabNews() throws Exception;
}