ECGGather/1200gFtp/msgModel.cs

15 lines
278 B
C#
Raw Normal View History

2024-12-25 17:21:40 +08:00
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; }
}
}