Commit aac208ca by huluobin

新的银行账户余额

parent 2c923614
......@@ -39,4 +39,12 @@ public class BankAccountBalanceDTO {
@JsonProperty("Balance")
@JSONField(name = "Balance")
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