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

30 lines
340 B
PHP

<?php
/**
* 面单打印信息
* @author auto create
*/
class WaybillApplyPrintCheckInfo
{
/**
* 打印提示信息编码
**/
public $notice_code;
/**
* 打印提示信息
**/
public $notice_message;
/**
* 打印次数
**/
public $print_quantity;
/**
* 电子面单号
**/
public $waybill_code;
}
?>