Supported GetDataCronClearConfig,GetDataCorrectRollbackFile,GetOrderAttachmentFile API.

This commit is contained in:
sdk-team
2022-11-23 07:59:30 +00:00
parent 385caac18e
commit 0d0102d437
216 changed files with 2622 additions and 1792 deletions

View File

@@ -25,15 +25,6 @@ ModifyDataCorrectExecSQLRequest::ModifyDataCorrectExecSQLRequest()
ModifyDataCorrectExecSQLRequest::~ModifyDataCorrectExecSQLRequest() {}
long ModifyDataCorrectExecSQLRequest::getOrderId() const {
return orderId_;
}
void ModifyDataCorrectExecSQLRequest::setOrderId(long orderId) {
orderId_ = orderId;
setParameter(std::string("OrderId"), std::to_string(orderId));
}
std::string ModifyDataCorrectExecSQLRequest::getExecSQL() const {
return execSQL_;
}
@@ -52,3 +43,12 @@ void ModifyDataCorrectExecSQLRequest::setTid(long tid) {
setParameter(std::string("Tid"), std::to_string(tid));
}
long ModifyDataCorrectExecSQLRequest::getOrderId() const {
return orderId_;
}
void ModifyDataCorrectExecSQLRequest::setOrderId(long orderId) {
orderId_ = orderId;
setParameter(std::string("OrderId"), std::to_string(orderId));
}