Commit aac208ca by huluobin

新的银行账户余额

parent 2c923614
...@@ -39,4 +39,12 @@ public class BankAccountBalanceDTO { ...@@ -39,4 +39,12 @@ public class BankAccountBalanceDTO {
@JsonProperty("Balance") @JsonProperty("Balance")
@JSONField(name = "Balance") @JSONField(name = "Balance")
private BigDecimal balanceRmb; private BigDecimal balanceRmb;
@JsonProperty("CompanySystemId")
@JSONField(name = "CompanySystemId")
private Integer companySystemId;
@JsonProperty("CompanySystem")
@JSONField(name = "CompanySystem")
private String companySystem;
} }
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