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
  • CarsService.java
  • Merge branch 'master' of 192.168.168.201:panzhaov5/bsth_control ...
      b7d1420c
    # Conflicts:
    #	src/main/resources/static/metronic_v4.5.4/css/components.css
    潘钊 authored
    2016-06-03 14:44:24 +0800  
    Browse Code »
CarsService.java 171 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.bsth.service;

import com.bsth.entity.Cars;

/**
 * Created by xu on 16/5/31.
 */
public interface CarsService extends BaseService<Cars, Integer> {
}