namespace BBWY.Server.Model.Dto { public class JDQueryCategoryRequest:PlatformRequest { public string CategoryId { get; set; } } }