fangyuan
2022-11-18 69ee7c605579c009ee3c087fa265619ba55155f6
ycl-platform/src/main/java/com/ycl/service/NewsInformationService.java
@@ -10,6 +10,6 @@
 * @since 2022-11-17 11:38:27
 */
public interface NewsInformationService extends IService<NewsInformation> {
    int insertOneInformation(NewsInformation entity);
}