using System; using System.Collections.Generic; namespace MySystem.Models.Main { public partial class ProfitObjectsActiveCheck { public string CheckData { get; set; } } }