mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
11 lines
144 B
PHP
11 lines
144 B
PHP
<?php
|
|
|
|
|
|
namespace App\Models;
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class StockNotice extends Model
|
|
{
|
|
|
|
protected $table='stock_notice';
|
|
} |