zjh
2025-07-11 3c0d715f78099353398d4db86bb425f623c715b7
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; }
}