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

15 lines
278 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _1200gFtp
{
public class msgModel
{
public string successed { get; set; }
public string msg { get; set; }
public string data { get; set; }
}
}