REAPI/extend/sdk/taobao/top/domain/ReachableServiceWaybillForTopResponseDto.php

15 lines
161 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 返回信息
* @author auto create
*/
class ReachableServiceWaybillForTopResponseDto
{
/**
* 结果列表
**/
public $result_list;
}
?>