kyy
2025-10-15 dcd164d4181da9240caaef14ee1cedd488461152
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}