|
|
|
@ -61,10 +61,10 @@ public class BasicdataGoodsAllocationClient implements IBasicdataGoodsAllocation
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public BasicdataGoodsAllocationEntity getEntityByAllocationCode(String allocationCode) { |
|
|
|
|
return BasicdataGoodsAllocationService.getEntityByAllocationCode(allocationCode); |
|
|
|
|
} |
|
|
|
|
// @Override
|
|
|
|
|
// public BasicdataGoodsAllocationEntity getEntityByAllocationCode(String allocationCode) {
|
|
|
|
|
// return BasicdataGoodsAllocationService.getEntityByAllocationCode(allocationCode);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void updateAllocationStatus(Long allocationId, String allocationStatus) { |
|
|
|
|