况洋洋
2025-07-02 6ad3f3f948b0f35b479a921a8961b9b97f903ef4
1
2
3
4
5
6
7
namespace NewPdaSqlServer.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}