Commit 246eb490 by jianan

Fna接口22

parent c49a7531
......@@ -60,12 +60,18 @@ public class FnaFormAddRequest implements Serializable {
private String liquidAssets;
/**
* 流动资产种类(A.现金 B.银行存款……)
* 流动资产种类
*/
@Schema(description = "流动资产种类(A.现金 B.银行存款……)")
@Schema(description = "流动资产种类,多选逗号隔开 字典值:csf_liquid_asset_type")
private String liquidAssetType;
/**
* 其他流动资产的说明
*/
@Schema(description = "其他流动资产的说明")
private String otherLiquidAsset;
/**
* 保单持有人资产
*/
@Schema(description = "保单持有人资产")
......@@ -77,7 +83,7 @@ public class FnaFormAddRequest implements Serializable {
@Schema(description = "公司业务资料")
private CompanyBusinessData companyBusinessData;
@Schema(description = "首期及续保保费的财富来源(A.储蓄 B.受雇收入 C.自雇收入 D.投资收入)")
@Schema(description = "首期及续保保费的财富来源,单选 字典值:csf_premium_funding_source")
private String premiumFundingSource;
private static final long serialVersionUID = 1L;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment