feat: Log Util
This commit is contained in:
@@ -20,7 +20,8 @@ use Hyperf\DbConnection\Model\Model;
|
||||
* @property string $last_login_time
|
||||
* @property int $is_del
|
||||
* @property int $role_id
|
||||
* @property string $create_time
|
||||
* @property string $create_time
|
||||
* @property string $update_time
|
||||
*/
|
||||
class AdminUser extends Model
|
||||
{
|
||||
@@ -43,7 +44,7 @@ class AdminUser extends Model
|
||||
|
||||
const CREATED_AT = 'create_time';
|
||||
|
||||
const UPDATED_AT = null;
|
||||
const UPDATED_AT = 'update_time';
|
||||
|
||||
/**
|
||||
* @param $account
|
||||
|
||||
Reference in New Issue
Block a user