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

20 lines
201 B
PHP
Raw Permalink Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 类目对象
* @author auto create
*/
class ItemPoolActivityCategory
{
/**
* 类目分组
**/
public $category_id;
/**
* 分组id
**/
public $logic_group_number;
}
?>