shop-php/extend/taobao/domain/FavoritesDetail.php
2024-01-26 09:39:36 +08:00

20 lines
214 B
PHP
Executable File

<?php
/**
* 选品库详细信息
* @author auto create
*/
class FavoritesDetail
{
/**
* 选品库id
**/
public $favorites_id;
/**
* 选品库标题
**/
public $favorites_title;
}
?>