mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
26 lines
273 B
PHP
26 lines
273 B
PHP
<?php
|
|
namespace app;
|
|
|
|
class UploadFiles
|
|
{
|
|
public static function create()
|
|
{
|
|
|
|
}
|
|
|
|
public static function use()
|
|
{
|
|
|
|
}
|
|
|
|
public static function delete()
|
|
{
|
|
|
|
}
|
|
|
|
public static function clear()
|
|
{
|
|
|
|
}
|
|
}
|