添加 贴息后利率是否固定

This commit is contained in:
tangfutang 2021-08-10 10:51:31 +08:00
parent 9b91e30c82
commit c3ca6db246
6 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -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";
}

View File

@ -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";
}

View File

@ -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";
}