namespace Tiobon.Core.Model.ViewModels { /// /// 用来测试 RestSharp Post 请求 /// public class TestRestSharpPostDto { public bool success { get; set; } public string name { get; set; } } }