Sign in

徐烜 / bsth_control_v2 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control_v2
  • ..
  • service
  • CarsService.java
  • 初始化
      d8bbd0bf
    徐烜 authored
    2019-02-19 16:35:09 +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> {
}