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

15 lines
275 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _1200gFtp
{
public class loginPara
{
public string username { get; set; }
public string password { get; set; }
}
}