first commit

This commit is contained in:
root
2025-06-18 10:31:43 +08:00
commit d9f820b55d
981 changed files with 449311 additions and 0 deletions

12
app/Enums/ArticleStyleEnum.php Executable file
View File

@ -0,0 +1,12 @@
<?php
namespace App\Enums;
enum ArticleStyleEnum: int
{
case NULL = 0;
case RESORT = 1;
case BRIDAL = 2;
}