fengxiang
2018-04-17 3f220062a81ca7314c45201a73cc039debe050a4
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);
}