fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/AppPageNotificationMapper.java
@@ -23,6 +23,14 @@ * @return */ AppPageNotification selectByType(String type); /** * 通过类型获取有效通知 * * @param type * @return */ AppPageNotification selectValidByType(String type); int updateByPrimaryKeySelective(AppPageNotification record);