调整数据源,补充结果集

This commit is contained in:
黎润豪 2023-10-24 17:31:49 +08:00
parent fdea6dafd4
commit ba25e9e4c5
3 changed files with 10011 additions and 10001 deletions

View File

@ -55,4 +55,9 @@ public class EntCalInfo implements Serializable {
* 登记状态 * 登记状态
*/ */
private double regState; private double regState;
/**
* 风险等级
*/
private String riskLevel;
} }

View File

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