完成临时图片的自动删除;

This commit is contained in:
2022-03-15 08:56:08 +08:00
parent f633e89932
commit 980be86c6d
3 changed files with 51 additions and 6 deletions

14
app/model/TempImg.php Normal file
View File

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