zyf
9 天以前 91489875fc8c9fd2b44c3791ca6f67dcf559675f
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; }
}