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

14 lines
158 B
PHP

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