在模型添加数据时 拿到插入的ID 再前插入另外的表进行绑定!
模型 boot()方法 拿到插入id 再组装数据 插入另外表 static::creating(function ($model) {、 echo '<pre>'; print_r($model); });