ycl-platform/src/main/java/com/ycl/service/impl/NewsInformationServiceImpl.java
@@ -10,7 +10,7 @@ * 资讯表(NewsInformation)表服务实现类 * * @author makejava * @since 2022-11-17 11:12:41 * @since 2022-11-17 11:38:27 */ @Service("newsInformationService") public class NewsInformationServiceImpl extends ServiceImpl<NewsInformationDao, NewsInformation> implements NewsInformationService {