Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • service
  • CarDeviceService.java
  • Merge branch 'master' of 192.168.168.201:panzhaov5/bsth_control ...
      502f6f7f
    # Conflicts:
    #	src/main/java/com/bsth/repository/schedule/CarConfigInfoRepository.java
    潘钊 authored
    2016-06-29 12:57:32 +0800  
    Browse Code »
CarDeviceService.java 183 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.bsth.service;

import com.bsth.entity.CarDevice;

/**
 * Created by xu on 16/6/15.
 */
public interface CarDeviceService extends BaseService<CarDevice, Long> {
}