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