'string', 'cloud_system' => 'string', ]; // 关联库存 public function stocks() { return $this->hasMany(Stock::class); } }