ECGGather/1200gFtp/returnPatientModel.cs
2024-12-25 17:21:40 +08:00

17 lines
360 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _1200gFtp
{
public class returnPatientModel
{
public string code { get; set; }
public string message { get; set; }
public string result { get; set; }
public string data { get; set; }
}
}