20 lines
238 B
PHP
Executable File
20 lines
238 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 商品信息-商品关联词
|
|
* @author auto create
|
|
*/
|
|
class WordMapData
|
|
{
|
|
|
|
/**
|
|
* 链接-商品相关关联词落地页地址
|
|
**/
|
|
public $url;
|
|
|
|
/**
|
|
* 商品相关的关联词
|
|
**/
|
|
public $word;
|
|
}
|
|
?>
|