fengxiang
2018-01-04 8ca304e2e1b748f7ce16bcd664c12a193fe7fc95
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);
}