kyy
2024-12-26 615be76a5b27c8ffcc7599512645195c6f75ae93
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; }
}