zjh
2025-03-13 0cff826ea489a1faa5cbb320cad52d102530a9e0
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; }
}