Receive.php
323 Bytes
<?php
/**
* Created by PhpStorm.
* User: machengjun
* Date: 2018/2/11
* Time: 上午10:59
*/
namespace App\Modules\Models\Receive;
use Illuminate\Database\Eloquent\Model;
class Receive extends Model
{
//
protected $table = 'receive';
//
protected $fillable = ['id', 'share_id', 'customer_id'];
}