using Nop.Web.Framework.Models; namespace Nop.Web.Areas.Admin.Models.Catalog; /// /// Represents a specification attribute search model /// public partial record SpecificationAttributeSearchModel : BaseSearchModel { #region Properties public int SpecificationAttributeGroupId { get; set; } #endregion }