mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
9 lines
66 B
PHP
9 lines
66 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
class GoodsBrand extends Model
|
|
{
|
|
|
|
}
|