sjz
6 天以前 6761b0ed84fd7a03400b557244d0835f671dad94
1
2
3
4
5
6
7
namespace MES.Service.Dto.@base;
 
public class LoginModel
{
    public string userID { get; set; }
    public string userPass { get; set; }
}