using System;
using System.Collections.Generic;

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