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