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