hao
2025-11-28 c62655030c6b61311e29c2915d895c81c7c16762
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; }
}