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

26 lines
320 B
PHP
Raw Permalink 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 IdsModule
{
/**
* 宝贝描述规范化模块id
**/
public $id;
/**
* 宝贝描述规范化模块名
**/
public $name;
/**
* 0为自动打标
1为人工打标
**/
public $type;
}
?>