cnf
2025-05-10 69d568d58c7709f54ce90271ac2e9cb0ec3fddc6
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; }
}