啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}