网银表新加confirm_money字段

This commit is contained in:
zhangbb 2020-04-16 16:53:06 +08:00
parent a6903544cb
commit 7d345c5375
3 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="RETURN_MONEY" label="退回金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONFIRM_MONEY" label="确认收入金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_TIME" label="交易时间" type="STRING" length="32"/>
<attribute name="VALUE_DATE" label="起息日" type="STRING" length="32"/>
<attribute name="TRANSACTION_TYPE" label="交易类型" type="STRING" length="32"/>
@ -245,6 +246,7 @@
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="RETURN_MONEY" label="退回金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONFIRM_MONEY" label="确认收入金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="BUSINESS_TYPE" label="业务类型" type="STRING" length="10"/>
</attributes>
<manager>

View File

@ -162,6 +162,10 @@ public interface LC_EBANK{
*/
public static final String RETURN_MONEY = "RETURN_MONEY";
/**
* È·ÈÏÊÕÈë½ðî DOUBLE(22)<br>
*/
public static final String CONFIRM_MONEY = "CONFIRM_MONEY";
/**
* 交易时间 STRING(32)<br>
*/
public static final String FACT_TIME = "FACT_TIME";

View File

@ -162,6 +162,10 @@ public interface LC_EBANK_TEMP{
*/
public static final String RETURN_MONEY = "RETURN_MONEY";
/**
* È·ÈÏÊÕÈë½ðî DOUBLE(22)<br>
*/
public static final String CONFIRM_MONEY = "CONFIRM_MONEY";
/**
* 业务类型 STRING(10)<br>
*/
public static final String BUSINESS_TYPE = "BUSINESS_TYPE";