2021-01-30 20:59:12 +08:00
|
|
|
<?php
|
2021-07-26 17:41:59 +08:00
|
|
|
/**
|
|
|
|
* @copyright Copyright (c) 2021 勾股工作室
|
2021-11-24 17:17:29 +08:00
|
|
|
* @license https://opensource.org/licenses/Apache-2.0
|
2021-07-26 17:41:59 +08:00
|
|
|
* @link https://www.gougucms.com
|
|
|
|
*/
|
|
|
|
|
2021-01-30 20:59:12 +08:00
|
|
|
namespace app\admin\model;
|
2021-07-26 17:41:59 +08:00
|
|
|
|
2021-01-30 20:59:12 +08:00
|
|
|
use think\Model;
|
2021-07-26 17:41:59 +08:00
|
|
|
|
2021-01-30 20:59:12 +08:00
|
|
|
class Admin extends Model
|
|
|
|
{
|
|
|
|
|
2021-07-26 17:41:59 +08:00
|
|
|
}
|