Commit e01897ce by jianan

前端对接问题修复5

parent ed662d1d
...@@ -110,7 +110,7 @@ public class ApiExpectedFortunePageResponse { ...@@ -110,7 +110,7 @@ public class ApiExpectedFortunePageResponse {
/** /**
* 出账项目类型 * 出账项目类型
*/ */
@Schema(description = "出账项目类型") @Schema(description = "出账项目类型 字典值: csf_fortune_type")
private String fortuneType; private String fortuneType;
/** /**
......
...@@ -6,10 +6,18 @@ import lombok.Data; ...@@ -6,10 +6,18 @@ import lombok.Data;
@Data @Data
@Schema(description = "不动产信息") @Schema(description = "不动产信息")
public class OwnerProperties { public class OwnerProperties {
/**
* 不动产类型 字典值: csf_property_type
*/
@Schema(description = "不动产类型 字典值: csf_property_type")
private String propertyType;
@Schema(description = "地址") @Schema(description = "地址")
private String address; private String address;
@Schema(description = "市值") @Schema(description = "市值")
private String marketValue; private String marketValue;
@Schema(description = "币种") @Schema(description = "币种")
private String currency; private String currency;
} }
...@@ -34,4 +34,7 @@ public class PremiumAffordability { ...@@ -34,4 +34,7 @@ public class PremiumAffordability {
*/ */
@Schema(description = "其他流动资产的说明") @Schema(description = "其他流动资产的说明")
private String otherLiquidAsset; private String otherLiquidAsset;
@Schema(description = "首期及续保保费的财富来源,单选 字典值:csf_premium_funding_source")
private String premiumFundingSource;
} }
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