hao
2025-04-25 60b2d679c57421c20dcf7ad1006b5e6342607b66
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; }
}