REAPI/extend/sdk/taobao/top/domain/ReachableServiceWaybillForTopResponseDto.php
2024-09-29 15:43:18 +08:00

15 lines
161 B
PHP

<?php
/**
* 返回信息
* @author auto create
*/
class ReachableServiceWaybillForTopResponseDto
{
/**
* 结果列表
**/
public $result_list;
}
?>