CustomModuleCategory.php
280 字节
<?php
/**
* @remark :
* @name :CustomModuleCategory.php
* @author :lyh
* @method :post
* @time :2023/11/6 10:04
*/
namespace App\Models\CustomModule;
use App\Models\Base;
class CustomModuleCategory extends Base
{
protected $table = 'gl_custom_module_category';
}