You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
655 B
20 lines
655 B
1 year ago
|
package com.kingdee.eas.custom.risheng;
|
||
|
|
||
|
import com.kingdee.bos.BOSException;
|
||
|
//import com.kingdee.bos.metadata.*;
|
||
|
import com.kingdee.bos.framework.*;
|
||
|
import com.kingdee.bos.util.*;
|
||
|
import com.kingdee.bos.Context;
|
||
|
|
||
|
import com.kingdee.bos.BOSException;
|
||
|
import com.kingdee.bos.util.*;
|
||
|
import com.kingdee.eas.common.EASBizException;
|
||
|
import java.lang.String;
|
||
|
import com.kingdee.bos.Context;
|
||
|
import com.kingdee.bos.framework.*;
|
||
|
|
||
|
public interface IRishengPendingMessageFacade extends IBizCtrl
|
||
|
{
|
||
|
public String sendPendingMsg(String data) throws BOSException, EASBizException;
|
||
|
public String sendDoneMsg(String data) throws BOSException, EASBizException;
|
||
|
}
|