package com.sandu.ximon.dao.mapper; import com.sandu.common.domain.BaseMapper; import com.sandu.ximon.dao.domain.LampCount; import org.apache.ibatis.annotations.Mapper; @Mapper public interface LampCountMapper extends BaseMapper { }