mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
11 lines
150 B
PHP
11 lines
150 B
PHP
<?php
|
|
|
|
|
|
namespace App\Models;
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class SupplierType extends Model
|
|
{
|
|
|
|
protected $table='supplier_type';
|
|
} |