CarInOutService.java 231 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package com.bsth.service.ac; import com.bsth.entity.ac.CarInOutEntity; import com.bsth.service.BaseService; /** * Created by panzhao on 2017/9/6. */ public interface CarInOutService extends BaseService<CarInOutEntity, Long>{ }