| | |
| | | |
| | | package com.nq.vo.agent; |
| | | |
| | | import java.math.BigDecimal; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | @Data |
| | | public class AgentUserListVO { |
| | | private Integer id; |
| | | private Integer agentId; |
| | |
| | | |
| | | private String bankAddress; |
| | | |
| | | private String img1Key; |
| | | private String img2Key; |
| | | private String img3Key; |
| | | |
| | | |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | |
| | | private BigDecimal futuresForceLine; |
| | | private BigDecimal allFuturesFreezAmt; |
| | | private BigDecimal allFuturesProfitAndLose; |
| | | /** |
| | | * 总可用余额 |
| | | * */ |
| | | private String availableBalance; |
| | | |
| | | /** |
| | | * 总冻结资产 |
| | | * */ |
| | | private String freezeMoney; |
| | | |
| | | public void setAgentId(Integer agentId) { |
| | | this.agentId = agentId; |