补充亿点内容,顺便立Flag

This commit is contained in:
2022-07-10 16:44:30 +08:00
parent 48e2217961
commit 7ed59ddfd2
13 changed files with 235 additions and 3 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ProgramAppends extends Model
{
}