kyy
2025-07-24 799a463b41e84aa265f109035c08892614ea9fd8
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; }
}