package com.moral.mapper; import com.moral.common.mapper.BaseMapper; import com.moral.entity.SensorUnit; public interface SensorUnitMapper extends BaseMapper { }