ycl-platform/src/main/java/com/ycl/service/impl/NewsColumnInformationServiceImpl.java
@@ -10,7 +10,7 @@ * 栏目咨询中间表(NewsColumnInformation)表服务实现类 * * @author makejava * @since 2022-11-17 11:12:41 * @since 2022-11-17 11:38:27 */ @Service("newsColumnInformationService") public class NewsColumnInformationServiceImpl extends ServiceImpl<NewsColumnInformationDao, NewsColumnInformation> implements NewsColumnInformationService {