using System;
using System.Collections.Generic;

namespace MySystem.Models.KxsMain
{
    public partial class ProfitObjectsActivesForId
    {
        public string Name { get; set; }
        public int ActivityId { get; set; }
    }
}