Files
coolcoth.com/app/Models/PSI/Material.php
T
2026-08-08 15:53:53 +08:00

11 lines
154 B
PHP

<?php
namespace App\Models\PSI;
use Core\Model;
class Material extends Model
{
protected $table = 'psi_materials';
protected $orderBy = 'id';
}