fangyuan
2022-11-21 c435158ed1ff587939314e84347ee6e38e8f25ec
ycl-platform/src/main/java/com/ycl/mapper/NewsInformationDao.java
@@ -33,5 +33,10 @@
int insertOneInformation(@Param("entity") NewsInformation entity);
NewsInformation selectInformationById(@Param("InformationId") Integer InformationId);
List<NewsInformation> selectAllInformation();
int updateInformationById(@Param("entity") NewsInformation entity);
}