VehicleInoutStopService.java 251 Bytes
package com.bsth.service.traffic;

import com.bsth.entity.traffic.VehicleInoutStop;
import com.bsth.service.BaseService;


/**
 * 时刻模板上传日志
 */
public interface VehicleInoutStopService extends BaseService<VehicleInoutStop,Integer> {

}