fengxiang
2018-06-09 81cc95bee24b88d28cd5f0a97c689384c4ab1b81
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);
}