ZhuDongming
2019-08-13 a0a84b958c86ce6ca3aaab4acd63db89006a3274
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>{
 
}