using Nop.Web.Framework.Models; namespace Nop.Web.Areas.Admin.Models.Catalog; /// /// Represents a specification attribute group search model /// public partial record SpecificationAttributeGroupSearchModel : BaseSearchModel { }