ZhuDongming
2019-06-05 2b9c0e19babda8b4828d396bd0c2f97be3a0c0a4
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.DeviceProperty;
 
public interface DevicePropertyMapper extends BaseMapper<DeviceProperty>{
 
}