InspectionBanner

This commit is contained in:
2024-12-02 14:48:56 +08:00
parent 410a838e8b
commit 6fcd8f7ce2
8 changed files with 328 additions and 14 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace plugin\inspection\model;
use think\admin\Model;
class InspectionBanner extends Model
{
}