20 lines
202 B
PHP
Executable File
20 lines
202 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 权益推荐商品
|
|
* @author auto create
|
|
*/
|
|
class RecommendItemList
|
|
{
|
|
|
|
/**
|
|
* 权益推荐商品id
|
|
**/
|
|
public $item_id;
|
|
|
|
/**
|
|
* 商品链接
|
|
**/
|
|
public $url;
|
|
}
|
|
?>
|