异步调用oms修改库存;

This commit is contained in:
王奎兴
2026-05-28 16:48:20 +08:00
parent 56b9743192
commit 3478218e71
@@ -11,6 +11,7 @@ import org.springframework.cloud.openfeign.FallbackFactory;
import org.springframework.stereotype.Component;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
/**
@@ -50,7 +51,7 @@ public class RemoteOmsFeignFallbackFactory implements FallbackFactory<OmsService
}
@Override
public AjaxResult omsEdit(MaterialInventoryOmsParamDO materialInventoryOmsParamDO) {
public CompletableFuture<Void> omsEdit(MaterialInventoryOmsParamDO materialInventoryOmsParamDO) {
return null;
}