yunzer/app/index/model/Attachments.php

8 lines
87 B
PHP

<?php
namespace app\index\model;
use think\Model;
class Attachments extends Model
{
}