mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-10 22:52:49 +08:00
完成分享存储
This commit is contained in:
15
app/model/Share.php
Normal file
15
app/model/Share.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* @mixin \think\Model
|
||||
*/
|
||||
class Share extends Model
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user