yangys
2024-05-19 9e5da8899bc21bb5b6b0a3c267108caa00199291
smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/mapper/NotifyHistoryEntityMapper.java
@@ -5,7 +5,7 @@
import org.apache.ibatis.annotations.Param;
import com.qianwen.smartman.modules.notify.entity.NotifyHistoryEntity;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/notify/mapper/NotifyHistoryEntityMapper.class */
public interface NotifyHistoryEntityMapper extends BaseMapper<NotifyHistoryEntity> {
    IPage<NotifyHistoryEntity> listPage(@Param("page") IPage<Object> page, @Param("state") String state, @Param("keyword") String keyword, @Param("beginTime") String beginTime, @Param("endTime") String endTime);
}