pzct/app/model/LoginLog.php

6 lines
59 B
PHP
Raw Permalink Normal View History

2023-07-25 09:22:32 +00:00
<?php
namespace app\model;
class LoginLog extends Base
{
}