| | |
| | | /** |
| | | * ID |
| | | **/ |
| | | private Long adminId; |
| | | private String adminId; |
| | | |
| | | public ExtractTransferResultMQMsg() { |
| | | |
| | | } |
| | | |
| | | public ExtractTransferResultMQMsg(Long extractId, AlipayFundTransUniTransferResponse alipayResult, Long adminId) { |
| | | public ExtractTransferResultMQMsg(Long extractId, AlipayFundTransUniTransferResponse alipayResult, String adminId) { |
| | | this.extractId = extractId; |
| | | this.alipayResult = alipayResult; |
| | | this.adminId = adminId; |
| | | } |
| | | |
| | | public ExtractTransferResultMQMsg(Long extractId, String wxResult, Long adminId) { |
| | | public ExtractTransferResultMQMsg(Long extractId, String wxResult, String adminId) { |
| | | this.extractId = extractId; |
| | | this.wxResult = wxResult; |
| | | this.adminId = adminId; |
| | |
| | | this.wxResult = wxResult; |
| | | } |
| | | |
| | | public Long getAdminId() { |
| | | public String getAdminId() { |
| | | return adminId; |
| | | } |
| | | |
| | | public void setAdminId(Long adminId) { |
| | | public void setAdminId(String adminId) { |
| | | this.adminId = adminId; |
| | | } |
| | | } |