using Tiobon.Core.Model.Models; namespace Tiobon.Core.Model.ViewModels { /// /// 用来测试 RestSharp Get 请求 /// public class TestRestSharpGetDto { /// /// /// public string success { get; set; } /// /// /// public TiobonArticle data { get; set; } } }