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

20 lines
277 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* 回流用户信息
* @author auto create
*/
class HlUserDO
{
/**
* 回流信息是否开通买家端展示
**/
public $open_for_buyer;
/**
* 如果为空则默认是X_TO_SYSTEM,X_WAIT_ALLOCATION,X_OUT_WAREHOUSE
**/
public $open_nodes;
}
?>