using AyCode.Core.Serializers.Attributes; using AyCode.Core.Serializers.Toons; using Mango.Nop.Core.Dtos; using Nop.Core.Domain.Common; using Nop.Core.Domain.Orders; namespace FruitBank.Common.Dtos; [AcBinarySerializable(false, true, false, true)] [LinqToDB.Mapping.Table(Name = nameof(GenericAttribute))] [System.ComponentModel.DataAnnotations.Schema.Table(nameof(GenericAttribute))] [ToonDescription($"Data transfer object for {nameof(GenericAttribute)}", TypeRelation = ToonTypeRelation.DtoOf, RelatedTypes = [typeof(GenericAttribute)])] public class GenericAttributeDto : MgGenericAttributeDto { }