Commit 22cae35d by guojuxing

转账审批详情接口修改

parent 410aeff1
......@@ -146,15 +146,6 @@ public class TransferAccountsApprovalDTO implements Serializable{
* 5:套餐包 4:拓展包 3:服务 2:短信套餐包 1:充值
*/
private Integer orderType;
/**
* 回调接口路径,例如 com.gic.enterprise.service.BillingPayInfoApiService
*/
private String callbackInterface;
/**
* 回调接口名称,例如 offlineCallBack
*/
private String callbackMethod;
public Integer getTransferApprovalId() {
return transferApprovalId;
......@@ -340,19 +331,4 @@ public class TransferAccountsApprovalDTO implements Serializable{
this.orderType = orderType;
}
public String getCallbackInterface() {
return callbackInterface;
}
public void setCallbackInterface(String callbackInterface) {
this.callbackInterface = callbackInterface;
}
public String getCallbackMethod() {
return callbackMethod;
}
public void setCallbackMethod(String callbackMethod) {
this.callbackMethod = callbackMethod;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment