|
|
@ -80,6 +80,13 @@ public interface ISchBasePointService extends IService<SchBasePoint> { |
|
|
|
*/ |
|
|
|
SchBasePoint selectByRegionCode(String region_code,String vehicleCode); |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据工序查询区域空点位 |
|
|
|
* @param region_code |
|
|
|
*/ |
|
|
|
SchBasePoint selectEmpPointByRegionCode(String region_code,String vehicleCode); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 根据点位编码查询 |
|
|
|
* @param start_device_code |
|
|
|