补充漏关联文件

This commit is contained in:
zhangbeibei 2021-04-09 16:56:25 +08:00
parent 1d586480aa
commit 5e136deb74

View File

@ -1,8 +1,5 @@
package com.tenwa.reckon.executor; package com.tenwa.reckon.executor;
import java.io.InputStream;
import java.util.Map;
import com.amarsoft.are.jbo.BizObject; import com.amarsoft.are.jbo.BizObject;
import com.amarsoft.are.jbo.JBOTransaction; import com.amarsoft.are.jbo.JBOTransaction;
import com.amarsoft.are.util.json.JSONObject; 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.FundRentPlanBean;
import com.tenwa.reckon.bean.TabCalBean; import com.tenwa.reckon.bean.TabCalBean;
import java.io.InputStream;
import java.util.Map;
public interface Transaction { public interface Transaction {
/** /**
* *
@ -44,6 +44,11 @@ public interface Transaction {
public String checkKnowingConfig() throws Exception; public String checkKnowingConfig() throws Exception;
public String updateCashFlow() throws Exception; public String updateCashFlow() throws Exception;
/**
* ×â½ð¼Æ»®ÐÝÃß
* @return
*/
public String runRentdormant() throws Exception;
/** /**
* ×â½ð¼Æ»®±ä¸ü * ×â½ð¼Æ»®±ä¸ü
* @return * @return