tapi/app/entity/XmProduct.php
2025-09-11 22:37:28 +08:00

14 lines
156 B
PHP

<?php
namespace app\entity;
use think\Entity;
/**
* 小满数据中心-产品实体
* @see \app\model\XmProduct
*/
class XmProduct extends Entity
{
}