using System;
using System.Collections.Generic;

namespace MySystem.MainModels2
{
    public partial class ProductKeys
    {
        public string Name { get; set; }
        public string ColIds { get; set; }
        public string ProductIds { get; set; }
    }
}