16 lines
318 B
C#
16 lines
318 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace _1200gFtp
|
|||
|
{
|
|||
|
internal class tokenMsg
|
|||
|
{
|
|||
|
public string msg { get; set; }
|
|||
|
public string code { get; set; }
|
|||
|
public string data { get; set; }
|
|||
|
}
|
|||
|
}
|