zyf
2024-08-20 f7755c792a48921ff8ce9939a4f94e55d2892be8
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; }
}