using System;
using System.Collections.Generic;

namespace MySystem.MpMainModels
{
    public partial class StoreForName
    {
        public string Name { get; set; }
        public int StoreId { get; set; }
    }
}