kyy
2025-09-26 0ffb66720f215aeb107709445130faa3b38cbb84
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}