zjh
2025-04-14 8452ea0d86fcd34965c49b6f580dca0601c8f596
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; }
}