using System;
using System.Collections.Generic;

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