md
This commit is contained in:
parent
0a38fcd679
commit
992151fc25
@ -49,11 +49,12 @@ public class Oms2cCommonController extends BaseController
|
||||
@Autowired
|
||||
RedissonService redissonService;
|
||||
|
||||
@Autowired
|
||||
private IRpcCommonSvc iRpcCommonSvc;
|
||||
|
||||
public Oms2cCommonController(IRpcCommonSvc iRpcCommonSvc) {
|
||||
this.iRpcCommonSvc = iRpcCommonSvc;
|
||||
}
|
||||
// public Oms2cCommonController(IRpcCommonSvc iRpcCommonSvc) {
|
||||
// this.iRpcCommonSvc = iRpcCommonSvc;
|
||||
// }
|
||||
|
||||
/**
|
||||
* 获取电子面单单号
|
||||
|
||||
@ -58,11 +58,12 @@ public class Oms2cWaybillController extends BaseController
|
||||
@Autowired
|
||||
private IEmisTmsScanRecordService emisTmsScanRecordService;
|
||||
|
||||
@Autowired
|
||||
private IRpcWaybillSvc iRpcWaybillSvc;
|
||||
|
||||
public Oms2cWaybillController(IRpcWaybillSvc iRpcWaybillSvc) {
|
||||
this.iRpcWaybillSvc = iRpcWaybillSvc;
|
||||
}
|
||||
// public Oms2cWaybillController(IRpcWaybillSvc iRpcWaybillSvc) {
|
||||
// this.iRpcWaybillSvc = iRpcWaybillSvc;
|
||||
// }
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user