|
|
|
@@ -21,6 +21,7 @@ public class RefundNotifyAdapterResult implements Serializable{ |
|
|
|
|
|
|
|
public RefundNotifyAdapterResult(boolean isSuccess,Integer code,String msg,String returnJson) { |
|
|
|
this.isSuccess = isSuccess; |
|
|
|
this.code = code; |
|
|
|
this.msg = msg; |
|
|
|
this.returnJson = returnJson; |
|
|
|
} |
|
|
|
|