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

20 lines
222 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 打印请求
* @author auto create
*/
class WaybillApplyPrintCheckRequest
{
/**
* 物流服务商Code
**/
public $cp_code;
/**
* 面单详情信息
**/
public $print_check_info_cols;
}
?>