xufenglei
2018-11-12 3fc81895e7e44238b18f89d816ad384143d4be9f
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.SensorUnit;
 
public interface SensorUnitMapper extends BaseMapper<SensorUnit> {
}