9 lines
235 B
C#
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; }
|
|
}
|
|
} |