package com.miniframe.model.system.dao; import com.miniframe.model.system.BlockInfo; import com.miniframe.model.system.BlockInfoSQLBuilder; import com.miniframe.spring.db.MFBaseMapper; import com.miniframe.system.MiniserviceBaseDao; public interface BlockInfoMapper extends MiniserviceBaseDao, MFBaseMapper { long countByExample(BlockInfoSQLBuilder example); }