111
tjx
6 天以前 f28ae99c2f9d06c8bc40786fbe8fc3127965e757
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; }
}