CarDeviceService.java 261 Bytes
package com.bsth.service.schedule;

import com.bsth.entity.CarDevice;

/**
 * Created by xu on 16/12/15.
 */
public interface CarDeviceService extends BService<CarDevice, Long> {
    void validate_qyrq(CarDevice carDevice) throws ScheduleException;
}