4 changed files with 41 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace BBWY.Server.Model.Dto.Request.JD |
|||
{ |
|||
public class GetCategoryInfoByIdRequest:PlatformRequest |
|||
{ |
|||
public int CategoryId { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue