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

15 lines
146 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 确认结果
* @author auto create
*/
class WaybillOrderConfirmResponse
{
/**
* 面单号
**/
public $waybill_code;
}
?>