Commit 8e9f2f76 by jianan

Fna接口14

parent 7c967424
...@@ -6,6 +6,8 @@ import lombok.Data; ...@@ -6,6 +6,8 @@ import lombok.Data;
@Data @Data
@Schema(description = "家庭成员") @Schema(description = "家庭成员")
public class FamilyMember { public class FamilyMember {
@Schema(description = "成员类型 1-父亲 2-母亲 3-配偶 4-子女")
private String type;
@Schema(description = "是否需要供养") @Schema(description = "是否需要供养")
private String needProvide; private String needProvide;
@Schema(description = "年龄") @Schema(description = "年龄")
......
...@@ -8,6 +8,8 @@ import lombok.Data; ...@@ -8,6 +8,8 @@ import lombok.Data;
public class InvestmentProperties { public class InvestmentProperties {
@Schema(description = "地址") @Schema(description = "地址")
private String address; private String address;
@Schema(description = "市值(HKD)") @Schema(description = "市值")
private String marketValue; private String marketValue;
@Schema(description = "币种")
private String currency;
} }
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