cnf
2025-08-01 ad98086ca42359208740fc18b53e6ccfb8f56e38
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}