wbc
2024-12-11 cb3c9098f3ed921918162a31b82bf3009383b917
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; }
}