调整数据源,补充结果集
This commit is contained in:
parent
fdea6dafd4
commit
ba25e9e4c5
|
|
@ -55,4 +55,9 @@ public class EntCalInfo implements Serializable {
|
||||||
* 登记状态
|
* 登记状态
|
||||||
*/
|
*/
|
||||||
private double regState;
|
private double regState;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 风险等级
|
||||||
|
*/
|
||||||
|
private String riskLevel;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,11 @@ public class EntInfo implements Serializable {
|
||||||
*/
|
*/
|
||||||
private String regState;
|
private String regState;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 风险等级
|
||||||
|
*/
|
||||||
|
private String riskLevel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 转计算Bean
|
* 转计算Bean
|
||||||
*
|
*
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue