VehicleInoutStopService.java 251 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 package com.bsth.service.traffic; import com.bsth.entity.traffic.VehicleInoutStop; import com.bsth.service.BaseService; /** * 时刻模板上传日志 */ public interface VehicleInoutStopService extends BaseService<VehicleInoutStop,Integer> { }