md
This commit is contained in:
parent
d50784fb8d
commit
93c53e8f73
@ -77,7 +77,7 @@ public interface IEmisTmsScanRecordService
|
||||
* 运单扫描操作
|
||||
* @param scanInfo
|
||||
*/
|
||||
public ScanResult scan(ScanInfo scanInfo) throws EmisBizError;
|
||||
public ScanResult scan(ScanInfo scanInfo) ;
|
||||
|
||||
/**
|
||||
* 根据运单号获取扫描记录
|
||||
|
||||
@ -1287,7 +1287,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
|
||||
@Override
|
||||
public ScanResult scan(ScanInfo scanInfo) throws EmisBizError{
|
||||
public ScanResult scan(ScanInfo scanInfo){
|
||||
|
||||
ScanResult scanResult = new ScanResult();
|
||||
scanResult.setScanType(scanInfo.getScanType());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user