摘要: 建立.NET Core Web Api项目 建立请求模型 public class UserInfo { public int Age { get; set; } public string Name { get; set; } public bool Sex { get; set; } publi 阅读全文
posted @ 2018-05-25 17:45 刘大大。 阅读(5021) 评论(7) 推荐(1) 编辑