hao
8 天以前 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
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; }
}