using BPA.SAAS.Manage.Core.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPA.SAAS.Manage.Application.DataBase.Dtos.GoodsAttribute { public class GoodsAttributeQueryDto : PageInputBase { public string AttributeName { get; set; } public string GoodsTypeId { get; set; } } }