15 lines
278 B
C#
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; }
|
|
}
|
|
}
|