tapi/app/entity/SysLoginRecord.php
2025-08-22 10:11:22 +08:00

14 lines
162 B
PHP

<?php
namespace app\entity;
use think\Entity;
/**
* 系统登录日志实体类
* @see \app\model\SysLoginRecord
*/
class SysLoginRecord extends Entity
{
}