修改字段 登陆
This commit is contained in:
@@ -170,6 +170,21 @@ public class ModelRetailOutputFields {
|
||||
// 测算利率
|
||||
private String calculateRate;
|
||||
|
||||
// 历史利率
|
||||
private String loanRateHistory;
|
||||
|
||||
// 产品最低利率下限
|
||||
private String minRateProduct;
|
||||
|
||||
// 平滑幅度
|
||||
private String smoothRange;
|
||||
|
||||
// 最终测算利率
|
||||
private String finalCalculateRate;
|
||||
|
||||
// 参考利率
|
||||
private String referenceRate;
|
||||
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Date createTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user