add:pointserver添加查找空位服务
This commit is contained in:
@@ -80,6 +80,13 @@ public interface ISchBasePointService extends IService<SchBasePoint> {
|
|||||||
*/
|
*/
|
||||||
SchBasePoint selectByRegionCode(String region_code,String vehicleCode);
|
SchBasePoint selectByRegionCode(String region_code,String vehicleCode);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 根据工序查询区域空点位
|
||||||
|
* @param region_code
|
||||||
|
*/
|
||||||
|
SchBasePoint selectEmpPointByRegionCode(String region_code,String vehicleCode);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据点位编码查询
|
* 根据点位编码查询
|
||||||
* @param start_device_code
|
* @param start_device_code
|
||||||
|
|||||||
@@ -318,4 +318,8 @@ public class SchBasePointServiceImpl extends ServiceImpl<SchBasePointMapper, Sch
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public SchBasePoint selectEmpPointByRegionCode(String region_code, String vehicleCode) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user