南骏 池
2025-03-26 17a83d6932d17686e65b563e339716cbcf7a5b4c
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}