namespace SiNan.Model.Dto.Request.Product { public class SearchProductGOIRequestcs { public string Spu { get; set; } public string Sku { get; set; } public string SpuTitle { get; set; } public Enums.Stage? Stage { get; set; } } }