wyyl/beike/Models/Plugin.php

18 lines
344 B
PHP

<?php
/**
* Plugin.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-07-01 14:22:15
* @modified 2022-07-01 14:22:15
*/
namespace Beike\Models;
class Plugin extends Base
{
protected $fillable = ['type', 'code'];
}