zjh
2025-07-16 951d47fd246b36ef0a1bf6b3a99c5f7949439533
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; }
}