zyf
2025-08-25 26bccee691f9144e40a32c8a036d779a2d7bf01b
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; }
}