cnf
2025-02-13 d36f618c44cc34ebfb529b230dc9ee2906393ae2
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; }
}