15 lines
119 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 商品列表
* @author auto create
*/
class Items
{
/**
* 商品详情
**/
public $item;
}
?>