补充漏关联文件
This commit is contained in:
parent
1d586480aa
commit
5e136deb74
@ -1,8 +1,5 @@
|
||||
package com.tenwa.reckon.executor;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.Map;
|
||||
|
||||
import com.amarsoft.are.jbo.BizObject;
|
||||
import com.amarsoft.are.jbo.JBOTransaction;
|
||||
import com.amarsoft.are.util.json.JSONObject;
|
||||
@ -10,6 +7,9 @@ import com.tenwa.reckon.bean.ConditionBean;
|
||||
import com.tenwa.reckon.bean.FundRentPlanBean;
|
||||
import com.tenwa.reckon.bean.TabCalBean;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.Map;
|
||||
|
||||
public interface Transaction {
|
||||
/**
|
||||
*
|
||||
@ -44,6 +44,11 @@ public interface Transaction {
|
||||
public String checkKnowingConfig() throws Exception;
|
||||
|
||||
public String updateCashFlow() throws Exception;
|
||||
/**
|
||||
* ×â½ð¼Æ»®ÐÝÃß
|
||||
* @return
|
||||
*/
|
||||
public String runRentdormant() throws Exception;
|
||||
/**
|
||||
* ×â½ð¼Æ»®±ä¸ü
|
||||
* @return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user