ECGPrint/1200Gxml心电图绘制/CommonVerifyUrlResult.cs
2024-12-25 17:24:22 +08:00

9 lines
235 B
C#

namespace _1200Gxml心电图绘制
{
public class CommonVerifyUrlResult
{
public string access_token { get; set; }
public string token_type { get; set; }
public string expires_in { get; set; }
}
}