mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-08 05:42:48 +08:00
初始化项目
This commit is contained in:
16
app/model/Tag.php
Normal file
16
app/model/Tag.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* @mixin think\Model
|
||||
*/
|
||||
class Tag extends Model
|
||||
{
|
||||
//
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user