代码初始化
This commit is contained in:
14
extend/Yzh/Model/Payment/CancelBatchOrderResponseData.php
Normal file
14
extend/Yzh/Model/Payment/CancelBatchOrderResponseData.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseModel;
|
||||
use Yzh\Model\ResponseDataInterface;
|
||||
|
||||
/**
|
||||
* 批次撤销返回
|
||||
* Class CancelBatchOrderResponseData
|
||||
*/
|
||||
class CancelBatchOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user