15 lines
161 B
PHP
15 lines
161 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* 返回信息
|
||
|
* @author auto create
|
||
|
*/
|
||
|
class ReachableServiceWaybillForTopResponseDto
|
||
|
{
|
||
|
|
||
|
/**
|
||
|
* 结果列表
|
||
|
**/
|
||
|
public $result_list;
|
||
|
}
|
||
|
?>
|