fengxiang
2018-03-16 7a728f29a56079f2b490094077c91f805a9e900e
src/main/java/com/moral/mapper/DeviceVersionMapper.java
@@ -4,5 +4,4 @@
import com.moral.entity.DeviceVersion;
public interface DeviceVersionMapper extends BaseMapper<DeviceVersion> {
    DeviceVersion selectByPrimaryKey(Integer id);
}