cdk
3 天以前 95584843043327d4fa12481f0cf3e6c0785fcc26
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}