步步为盈

8 lines
154 B

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