| | |
| | | |
| | | private BigDecimal djzj; |
| | | |
| | | public User(Integer id, Integer agentId, String agentName, String phone, String userPwd, String withPwd, String nickName, String realName, String idCard, Integer accountType, BigDecimal userAmt, BigDecimal enableAmt, BigDecimal enaleWithdrawAmt, BigDecimal hkAmt, BigDecimal sumChargeAmt, BigDecimal sumBuyAmt, String recomPhone, Integer isLock, Integer isLogin, Date regTime, String regIp, String regAddress, String img1Key, String img2Key, String img3Key, Integer isActive, String authMsg, BigDecimal userIndexAmt, BigDecimal enableIndexAmt, BigDecimal userFutAmt, BigDecimal enableFutAmt, String withdrawalPwd, BigDecimal tradingAmount, Integer isAuthorize, BigDecimal sgzj, BigDecimal djzj) { |
| | | private String isSignedContract; |
| | | |
| | | private String isSignedAgreement; |
| | | |
| | | public User(Integer id, Integer agentId, String agentName, String phone, String userPwd, String withPwd, String nickName, String realName, String idCard, Integer accountType, BigDecimal userAmt, |
| | | BigDecimal enableAmt, BigDecimal enaleWithdrawAmt, BigDecimal hkAmt, BigDecimal sumChargeAmt, BigDecimal sumBuyAmt, String recomPhone, Integer isLock, Integer isLogin, Date regTime, |
| | | String regIp, String regAddress, String img1Key, String img2Key, String img3Key, Integer isActive, String authMsg, BigDecimal userIndexAmt, BigDecimal enableIndexAmt, BigDecimal userFutAmt, |
| | | BigDecimal enableFutAmt, String withdrawalPwd, BigDecimal tradingAmount, Integer isAuthorize, BigDecimal sgzj, BigDecimal djzj, |
| | | String isSignedContract, String isSignedAgreement) { |
| | | this.id = id; |
| | | this.agentId = agentId; |
| | | this.agentName = agentName; |
| | |
| | | this.isAuthorize = isAuthorize; |
| | | this.sgzj = sgzj; |
| | | this.djzj = djzj; |
| | | this.isSignedContract = isSignedContract; |
| | | this.isSignedAgreement = isSignedAgreement; |
| | | } |
| | | |
| | | public User() { |
| | |
| | | public void setDjzj(BigDecimal djzj) { |
| | | this.djzj = djzj; |
| | | } |
| | | |
| | | public String getIsSignedContract() { |
| | | return isSignedContract; |
| | | } |
| | | |
| | | public void setIsSignedContract(String isSignedContract) { |
| | | this.isSignedContract = isSignedContract; |
| | | } |
| | | |
| | | public String getIsSignedAgreement() { |
| | | return isSignedAgreement; |
| | | } |
| | | |
| | | public void setIsSignedAgreement(String isSignedAgreement) { |
| | | this.isSignedAgreement = isSignedAgreement; |
| | | } |
| | | } |