mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
封装上传文件管理
This commit is contained in:
25
app/UploadFiles.php
Normal file
25
app/UploadFiles.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
namespace app;
|
||||
|
||||
class UploadFiles
|
||||
{
|
||||
public static function create()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function use()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function delete()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function clear()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user