田源
2024-03-25 5dd6f4aa2123671e95907ee19f5925a98983cdc8
Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/service/ICalledIntegrationService.java
@@ -1,5 +1,8 @@
package com.vci.ubcs.example.service;
import java.net.MalformedURLException;
import java.rmi.RemoteException;
/**
 * 统一申请接口:UBCS编码资源管理系统,被其他集成的系统的通用接口调用示例
 * @author ludc
@@ -15,7 +18,7 @@
    /**
     * 编码系统,统一申请接口,用WebService方式调用
     */
    void sendApplyCodeByWebService();
    void sendApplyCodeByWebService() throws MalformedURLException, RemoteException;