im/app/enterprise/model/File.php

14 lines
197 B
PHP
Raw Normal View History

2023-09-26 18:09:46 +08:00
<?php
/**
* raingad IM [ThinkPHP6]
* @author xiekunyu <raingad@foxmail.com>
*/
namespace app\enterprise\model;
use app\BaseModel;
class File extends BaseModel
{
protected $pk="file_id";
}