'integer', ]; /** * 供应商供货的商品 */ public function products(): HasMany { return $this->hasMany(ProductModel::class, 'supplier_id', 'id'); } }