添加 贴息后利率是否固定
This commit is contained in:
parent
9b91e30c82
commit
c3ca6db246
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4673,6 +4673,7 @@
|
||||
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
|
||||
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
|
||||
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
|
||||
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -4712,6 +4713,7 @@
|
||||
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
|
||||
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
|
||||
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
|
||||
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -4752,6 +4754,7 @@
|
||||
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
|
||||
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
|
||||
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
|
||||
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -129,4 +129,8 @@ public interface LC_CALC_SUBSECTION_INFO{
|
||||
* ×îСÌùÏ¢½ð¶î STRING(10)<br>
|
||||
*/
|
||||
public static final String MINIMUM_DISCOUNT = "MINIMUM_DISCOUNT";
|
||||
/**
|
||||
* 季口빈적쪽角뤠미땍 STRING(10)<br>
|
||||
*/
|
||||
public static final String IS_FIXED_DISCOUNT_RATE = "IS_FIXED_DISCOUNT_RATE";
|
||||
}
|
||||
@ -129,4 +129,8 @@ public interface LC_CALC_SUBSECTION_INFO_HIS{
|
||||
* ×îСÌùÏ¢½ð¶î STRING(10)<br>
|
||||
*/
|
||||
public static final String MINIMUM_DISCOUNT = "MINIMUM_DISCOUNT";
|
||||
/**
|
||||
* 季口빈적쪽角뤠미땍 STRING(10)<br>
|
||||
*/
|
||||
public static final String IS_FIXED_DISCOUNT_RATE = "IS_FIXED_DISCOUNT_RATE";
|
||||
}
|
||||
@ -133,4 +133,8 @@ public interface LC_CALC_SUBSECTION_INFO_TEMP{
|
||||
* ×îСÌùÏ¢½ð¶î STRING(10)<br>
|
||||
*/
|
||||
public static final String MINIMUM_DISCOUNT = "MINIMUM_DISCOUNT";
|
||||
/**
|
||||
* 季口빈적쪽角뤠미땍 STRING(10)<br>
|
||||
*/
|
||||
public static final String IS_FIXED_DISCOUNT_RATE = "IS_FIXED_DISCOUNT_RATE";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user