wbc
9 天以前 28c72993017da76cdd36820ef3baf53de6c9f773
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; }
}