| | |
| | | |
| | | @ApiModelProperty("分享链接") |
| | | private String shareLink; |
| | | |
| | | @ApiModelProperty("证联客户号") |
| | | private String custId; |
| | | |
| | | @ApiModelProperty("是否已开通支付账户(0:否,1:是)") |
| | | private Integer accOpenFlag; |
| | | |
| | | @ApiModelProperty("是否已同步到中台(0:否,1:是)") |
| | | private Integer isSynchronous; |
| | | |
| | | public String getShareImg() { |
| | | return shareImg; |
| | |
| | | this.entercode = entercode; |
| | | } |
| | | |
| | | public String getCustId() { |
| | | return custId; |
| | | } |
| | | |
| | | public void setCustId(String custId) { |
| | | this.custId = custId; |
| | | } |
| | | |
| | | public Integer getAccOpenFlag() { |
| | | return accOpenFlag; |
| | | } |
| | | |
| | | public void setAccOpenFlag(Integer accOpenFlag) { |
| | | this.accOpenFlag = accOpenFlag; |
| | | } |
| | | |
| | | public Integer getIsSynchronous() { |
| | | return isSynchronous; |
| | | } |
| | | |
| | | public void setIsSynchronous(Integer isSynchronous) { |
| | | this.isSynchronous = isSynchronous; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Driver{" + |