xufenglei
2018-09-30 fe928b238dc59f38785ff5aabf4088d1b899c4b7
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> {
}