zyf
2025-04-23 419c307e6d9e23b8288e234e0520093d1053efe4
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; }
}