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