Files
liche/common/models/app/licheb/App_licheb_users_log_model.php
2022-04-15 15:02:41 +08:00

17 lines
376 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/**
* Notes:狸车宝顾问_日志
* Created on: 2022/4/14 12:45
* Created by: dengbw
*/
class App_licheb_users_log_model extends HD_Model
{
private $table_name = 'lc_app_licheb_users_log';
public function __construct()
{
parent::__construct($this->table_name, 'default');
}
}