using System;
using System.Collections.Generic;

namespace MySystem.Models.KxsMain
{
    public partial class UserForMobile
    {
        public string Mobile { get; set; }
        public int UserId { get; set; }
    }
}