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