完成分享存储

This commit is contained in:
augushong
2021-06-19 23:29:18 +08:00
parent 1be98f85b6
commit 36c059e5be
9 changed files with 389 additions and 252 deletions

15
app/model/Share.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace app\model;
use think\Model;
/**
* @mixin \think\Model
*/
class Share extends Model
{
//
}