ECGPrint/1200Gxml心电图绘制/CommonVerifyUrlResult.cs

9 lines
235 B
C#
Raw Permalink Normal View History

2024-12-25 17:24:22 +08:00
namespace _1200Gxml心电图绘制
{
public class CommonVerifyUrlResult
{
public string access_token { get; set; }
public string token_type { get; set; }
public string expires_in { get; set; }
}
}