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