package com.sy.service; import com.sy.model.LandRoadVe; public interface LandRoadVeService {
LandRoadVe selectByFrameNo(String frameNo);
}