Commit c5ff66a6 by AlexNasyr

DB Cont_Center added

parent ea073798
Showing with 1731 additions and 224 deletions
......@@ -16,13 +16,13 @@ namespace SocialMinistryDataExchange.Controllers {
[HttpGet]
[Route("[controller]/gettestperson")]
public async Task<List<Личность>> GetTestPerson() {
public async Task<List<SMResponce>> GetTestPerson() {
var result = await _context.GetPerson("27373577-4234-43B2-A969-8D95B9384171");
return result;
}
[HttpPost]
[Route("[controller]/getpersonbyid/{PersonID}")]
public async Task<List<Личность>> GetPersonByID(string PersonID) {
public async Task<List<SMResponce>> GetPersonByID(string PersonID) {
var result = await _context.GetPerson(PersonID);
return result;
}
......
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
{
public partial class Addrobg59new
{
public Guid Aoguid { get; set; }
public int? Aolevel { get; set; }
public string Formalname { get; set; }
public string Regioncode { get; set; }
public string Postalcode { get; set; }
public DateTime? Updatedate { get; set; }
public string Okato { get; set; }
public string Oktmo { get; set; }
public string Shortname { get; set; }
public int? Livestatus { get; set; }
public DateTime? CreateTime { get; set; }
public DateTime? EditTime { get; set; }
public bool? Актуально { get; set; }
public Guid? ParentGuid { get; set; }
public Guid? Поселение { get; set; }
public Guid? Территория { get; set; }
public int FiasVersionId { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Addrobg59
{
public Addrobg59()
{
InverseNext = new HashSet<Addrobg59>();
InversePrev = new HashSet<Addrobg59>();
InverseИерархияNavigation = new HashSet<Addrobg59>();
}
public Guid Aoid { get; set; }
public Guid? Aoguid { get; set; }
public int? Actstatus { get; set; }
public int? Currstatus { get; set; }
public int? Aolevel { get; set; }
public string Formalname { get; set; }
public string Code { get; set; }
public string Plaincode { get; set; }
public string Postalcode { get; set; }
public string Centstatus { get; set; }
public string Regioncode { get; set; }
public string Areacode { get; set; }
public string Citycode { get; set; }
public string Placecode { get; set; }
public string Streetcode { get; set; }
public DateTime? Startdate { get; set; }
public DateTime? Enddate { get; set; }
public DateTime? Updatedate { get; set; }
public string Okato { get; set; }
public string Oktmo { get; set; }
public int? Operstatus { get; set; }
public Guid? ParentGuid { get; set; }
public Guid Shortname { get; set; }
public Guid? NextId { get; set; }
public Guid? PrevId { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid? Иерархия { get; set; }
public bool? Актуально { get; set; }
public bool? Homeregion { get; set; }
public string Autocode { get; set; }
public string Ifnsfl { get; set; }
public string Ifnsul { get; set; }
public string Offname { get; set; }
public string Terrifnsfl { get; set; }
public string Terrifnsul { get; set; }
public string Ctarcode { get; set; }
public string Extrcode { get; set; }
public string Sextcode { get; set; }
public int? Livestatus { get; set; }
public Guid? Normdoc { get; set; }
public string Plancode { get; set; }
public string Cadnum { get; set; }
public int? Divtype { get; set; }
public virtual Addrobg59 Next { get; set; }
public virtual Addrobg59 Prev { get; set; }
public virtual Socrbase ShortnameNavigation { get; set; }
public virtual Addrobg59 ИерархияNavigation { get; set; }
public virtual ICollection<Addrobg59> InverseNext { get; set; }
public virtual ICollection<Addrobg59> InversePrev { get; set; }
public virtual ICollection<Addrobg59> InverseИерархияNavigation { get; set; }
}
}
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ApplicationLog
{
......
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Ecsplog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public int? EventId { get; set; }
public int? Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class GovernorApiLog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public int? EventId { get; set; }
public int? Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
}
}
......@@ -3,10 +3,20 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class House59
{
public House59()
{
ЗакрепленныйДомs = new HashSet<ЗакрепленныйДом>();
КорпусОрганизацииs = new HashSet<КорпусОрганизации>();
ЛичностьДомРегПоМестуЖительстваФиасNavigations = new HashSet<Личность>();
ЛичностьДомРегПоМестуПребыванияФиасNavigations = new HashSet<Личность>();
ЛичностьДомФактМестаЖительстваФиасNavigations = new HashSet<Личность>();
ОбразовательнаяОрганизацияs = new HashSet<ОбразовательнаяОрганизация>();
}
public Guid HouseGuid { get; set; }
public string HouseNum { get; set; }
public string BuildNum { get; set; }
......@@ -17,9 +27,20 @@ namespace SocialMinistryDataExchange.Model
public string PostalCode { get; set; }
public DateTime? EndDate { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public bool? Актуально { get; set; }
public Guid Aoguid { get; set; }
public Guid? Стн { get; set; }
public virtual Addrobg59new Aogu { get; set; }
public virtual Стн СтнNavigation { get; set; }
public virtual ICollection<ЗакрепленныйДом> ЗакрепленныйДомs { get; set; }
public virtual ICollection<КорпусОрганизации> КорпусОрганизацииs { get; set; }
public virtual ICollection<Личность> ЛичностьДомРегПоМестуЖительстваФиасNavigations { get; set; }
public virtual ICollection<Личность> ЛичностьДомРегПоМестуПребыванияФиасNavigations { get; set; }
public virtual ICollection<Личность> ЛичностьДомФактМестаЖительстваФиасNavigations { get; set; }
public virtual ICollection<ОбразовательнаяОрганизация> ОбразовательнаяОрганизацияs { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class IntegrationFriserviceLog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public string EventId { get; set; }
public string Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
public Guid? ObjectKey { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class IntegrationPdoserviceLog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public string EventId { get; set; }
public string Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
public Guid? ObjectKey { get; set; }
public Guid? OrgOrGroupKey { get; set; }
public Guid? ObjectType { get; set; }
public Guid? SystemType { get; set; }
public virtual ТипОбъектаИнтеграции ObjectTypeNavigation { get; set; }
public virtual ВнешняяСистема SystemTypeNavigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class IntegrationServiceLog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public int? EventId { get; set; }
public int? Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
public Guid? ObjectKey { get; set; }
public Guid? ObjectType { get; set; }
public Guid? SystemType { get; set; }
public Guid? OrgOrGroupKey { get; set; }
public virtual ТипОбъектаИнтеграции ObjectTypeNavigation { get; set; }
public virtual ВнешняяСистема SystemTypeNavigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class IntegrationServiceLogArc
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public int? EventId { get; set; }
public int? Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class IsConnectToUv
{
public Guid? Koo { get; set; }
public bool? Connect { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ObjectsHash
{
public Guid ObjectKey { get; set; }
public string ObjectType { get; set; }
public string PreventionMd5hash { get; set; }
public string EposMd5hash { get; set; }
public int Id { get; set; }
public Guid? EposLogKey { get; set; }
public Guid? PreventionLogKey { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ObjectsToPdoHash
{
public Guid ObjectKey { get; set; }
public string ObjectType { get; set; }
public string PdoMd5hash { get; set; }
public int Id { get; set; }
public Guid? PdoLogKey { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Pdolog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public int? EventId { get; set; }
public int? Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class PromedLog
{
public Guid PrimaryKey { get; set; }
public string Category { get; set; }
public int? EventId { get; set; }
public int? Priority { get; set; }
public string Severity { get; set; }
public string Title { get; set; }
public DateTime? Timestamp { get; set; }
public string MachineName { get; set; }
public string AppDomainName { get; set; }
public string ProcessId { get; set; }
public string ProcessName { get; set; }
public string ThreadName { get; set; }
public string Win32ThreadId { get; set; }
public string Message { get; set; }
public string FormattedMessage { get; set; }
}
}
using System;
......@@ -3,14 +3,14 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЭбвидДеятельности
public partial class Session
{
public Guid PrimaryKey { get; set; }
public string ActivityCode { get; set; }
public string ActivityName { get; set; }
public string ActivityKind { get; set; }
public Guid Эборганизация { get; set; }
public Guid? UserKey { get; set; }
public DateTime? StartedAt { get; set; }
public DateTime? LastAccess { get; set; }
public bool? Closed { get; set; }
}
}
......@@ -3,16 +3,25 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Socrbase
{
public Socrbase()
{
Addrobg59s = new HashSet<Addrobg59>();
}
public Guid PrimaryKey { get; set; }
public string Scname { get; set; }
public string Socrname { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public bool? Актуально { get; set; }
public string Scname2 { get; set; }
public virtual ICollection<Addrobg59> Addrobg59s { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Storm
{
public Storm()
{
Stormfs = new HashSet<Stormf>();
StormlaAttributeM0Navigations = new HashSet<Stormla>();
StormlaViewM0Navigations = new HashSet<Stormla>();
StormloClassM0Navigations = new HashSet<Stormlo>();
StormloOperationM0Navigations = new HashSet<Stormlo>();
StormlvClassM0Navigations = new HashSet<Stormlv>();
StormlvViewM0Navigations = new HashSet<Stormlv>();
Stormps = new HashSet<Stormp>();
}
public Guid PrimaryKey { get; set; }
public string Name { get; set; }
public string Type { get; set; }
public bool IsAttribute { get; set; }
public bool IsOperation { get; set; }
public bool IsView { get; set; }
public bool IsClass { get; set; }
public bool? SharedOper { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual ICollection<Stormf> Stormfs { get; set; }
public virtual ICollection<Stormla> StormlaAttributeM0Navigations { get; set; }
public virtual ICollection<Stormla> StormlaViewM0Navigations { get; set; }
public virtual ICollection<Stormlo> StormloClassM0Navigations { get; set; }
public virtual ICollection<Stormlo> StormloOperationM0Navigations { get; set; }
public virtual ICollection<Stormlv> StormlvClassM0Navigations { get; set; }
public virtual ICollection<Stormlv> StormlvViewM0Navigations { get; set; }
public virtual ICollection<Stormp> Stormps { get; set; }
}
}
using System;
......@@ -3,16 +3,20 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class РезультатАоп
public partial class Stormac
{
public Guid PrimaryKey { get; set; }
public string TypeAccess { get; set; }
public Guid? FilterM0 { get; set; }
public Guid PermitionM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public Guid УчебныйГод { get; set; }
public Guid Организация { get; set; }
public Guid Личность { get; set; }
public Guid ТипРезультатаАоп { get; set; }
public string Editor { get; set; }
public virtual Stormf FilterM0Navigation { get; set; }
public virtual Stormp PermitionM0Navigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class StormadvLimit
{
public Guid PrimaryKey { get; set; }
public string User { get; set; }
public bool? Published { get; set; }
public string Module { get; set; }
public string Name { get; set; }
public string Value { get; set; }
public int? HotKeyData { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormag
{
public Stormag()
{
StormauEntities = new HashSet<StormauEntity>();
StormiAgentM0Navigations = new HashSet<Stormi>();
StormiUserM0Navigations = new HashSet<Stormi>();
StormlgGroupM0Navigations = new HashSet<Stormlg>();
StormlgUserM0Navigations = new HashSet<Stormlg>();
StormlrAgentM0Navigations = new HashSet<Stormlr>();
StormlrRoleM0Navigations = new HashSet<Stormlr>();
Stormps = new HashSet<Stormp>();
ДолжностьУфхдs = new HashSet<ДолжностьУфхд>();
СодержаниеСтраницыs = new HashSet<СодержаниеСтраницы>();
}
public Guid PrimaryKey { get; set; }
public string Name { get; set; }
public string Login { get; set; }
public string Pwd { get; set; }
public bool IsUser { get; set; }
public bool IsGroup { get; set; }
public bool IsRole { get; set; }
public string ConnString { get; set; }
public bool? Enabled { get; set; }
public string Email { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual ICollection<StormauEntity> StormauEntities { get; set; }
public virtual ICollection<Stormi> StormiAgentM0Navigations { get; set; }
public virtual ICollection<Stormi> StormiUserM0Navigations { get; set; }
public virtual ICollection<Stormlg> StormlgGroupM0Navigations { get; set; }
public virtual ICollection<Stormlg> StormlgUserM0Navigations { get; set; }
public virtual ICollection<Stormlr> StormlrAgentM0Navigations { get; set; }
public virtual ICollection<Stormlr> StormlrRoleM0Navigations { get; set; }
public virtual ICollection<Stormp> Stormps { get; set; }
public virtual ICollection<ДолжностьУфхд> ДолжностьУфхдs { get; set; }
public virtual ICollection<СодержаниеСтраницы> СодержаниеСтраницыs { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class StormauEntity
{
public StormauEntity()
{
StormauFields = new HashSet<StormauField>();
}
public Guid PrimaryKey { get; set; }
public string ObjectPrimaryKey { get; set; }
public DateTime OperationTime { get; set; }
public string OperationType { get; set; }
public string ExecutionResult { get; set; }
public string Source { get; set; }
public string SerializedField { get; set; }
public Guid UserM0 { get; set; }
public Guid ObjectTypeM0 { get; set; }
public virtual StormauObjType ObjectTypeM0Navigation { get; set; }
public virtual Stormag UserM0Navigation { get; set; }
public virtual ICollection<StormauField> StormauFields { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class StormauField
{
public StormauField()
{
InverseMainChangeM0Navigation = new HashSet<StormauField>();
}
public Guid PrimaryKey { get; set; }
public string Field { get; set; }
public string OldValue { get; set; }
public string NewValue { get; set; }
public Guid? MainChangeM0 { get; set; }
public Guid AuditEntityM0 { get; set; }
public virtual StormauEntity AuditEntityM0Navigation { get; set; }
public virtual StormauField MainChangeM0Navigation { get; set; }
public virtual ICollection<StormauField> InverseMainChangeM0Navigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class StormauObjType
{
public StormauObjType()
{
StormauEntities = new HashSet<StormauEntity>();
}
public Guid PrimaryKey { get; set; }
public string Name { get; set; }
public virtual ICollection<StormauEntity> StormauEntities { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormf
{
public Stormf()
{
Stormacs = new HashSet<Stormac>();
}
public Guid PrimaryKey { get; set; }
public string FilterText { get; set; }
public string Name { get; set; }
public string FilterTypeNview { get; set; }
public Guid? SubjectM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual Storm SubjectM0Navigation { get; set; }
public virtual ICollection<Stormac> Stormacs { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormfilterdetail
{
public Guid PrimaryKey { get; set; }
public string Caption { get; set; }
public string DataObjectView { get; set; }
public string ConnectMasterProp { get; set; }
public string OwnerConnectProp { get; set; }
public Guid FilterSettingM0 { get; set; }
public virtual Stormfiltersetting FilterSettingM0Navigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormfilterlookup
{
public Guid PrimaryKey { get; set; }
public string DataObjectType { get; set; }
public string Container { get; set; }
public string ContainerTag { get; set; }
public string FieldsToView { get; set; }
public Guid FilterSettingM0 { get; set; }
public virtual Stormfiltersetting FilterSettingM0Navigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormfiltersetting
{
public Stormfiltersetting()
{
Stormfilterdetails = new HashSet<Stormfilterdetail>();
Stormfilterlookups = new HashSet<Stormfilterlookup>();
Stormwebsearches = new HashSet<Stormwebsearch>();
}
public Guid PrimaryKey { get; set; }
public string Name { get; set; }
public string DataObjectView { get; set; }
public virtual ICollection<Stormfilterdetail> Stormfilterdetails { get; set; }
public virtual ICollection<Stormfilterlookup> Stormfilterlookups { get; set; }
public virtual ICollection<Stormwebsearch> Stormwebsearches { get; set; }
}
}
using System;
......@@ -3,15 +3,19 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Аооп
public partial class Stormi
{
public Guid PrimaryKey { get; set; }
public Guid UserM0 { get; set; }
public Guid AgentM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public Guid Организация { get; set; }
public Guid Личность { get; set; }
public Guid ТипАооп { get; set; }
public string Editor { get; set; }
public virtual Stormag AgentM0Navigation { get; set; }
public virtual Stormag UserM0Navigation { get; set; }
}
}
using System;
......@@ -3,14 +3,19 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ПараллельОрганизации
public partial class Stormla
{
public Guid PrimaryKey { get; set; }
public Guid ViewM0 { get; set; }
public Guid AttributeM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public Guid Параллель { get; set; }
public Guid СрокПриема { get; set; }
public string Editor { get; set; }
public virtual Storm AttributeM0Navigation { get; set; }
public virtual Storm ViewM0Navigation { get; set; }
}
}
using System;
......@@ -3,14 +3,19 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ПрофильОрганизации
public partial class Stormlg
{
public Guid PrimaryKey { get; set; }
public Guid GroupM0 { get; set; }
public Guid UserM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public Guid СрокПриема { get; set; }
public Guid Профиль { get; set; }
public string Editor { get; set; }
public virtual Stormag GroupM0Navigation { get; set; }
public virtual Stormag UserM0Navigation { get; set; }
}
}
using System;
......@@ -3,15 +3,19 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидПомощиЗамещающегоМеханизма
public partial class Stormlo
{
public Guid PrimaryKey { get; set; }
public Guid ClassM0 { get; set; }
public Guid OperationM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string ВидПомощи { get; set; }
public bool? Актуально { get; set; }
public Guid ЗамещающийМеханизм { get; set; }
public string Editor { get; set; }
public virtual Storm ClassM0Navigation { get; set; }
public virtual Storm OperationM0Navigation { get; set; }
}
}
using System;
......@@ -3,18 +3,21 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class НастройкаОбработкиЗаявлений
public partial class Stormlr
{
public Guid PrimaryKey { get; set; }
public int? ЧислоДнейИсп { get; set; }
public Guid ВидЗаявления { get; set; }
public Guid Организация { get; set; }
public bool? Актуально { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
public Guid AgentM0 { get; set; }
public Guid RoleM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string АдресПриема { get; set; }
public string ЧасыРаботы { get; set; }
public string Editor { get; set; }
public virtual Stormag AgentM0Navigation { get; set; }
public virtual Stormag RoleM0Navigation { get; set; }
}
}
using System;
......@@ -3,15 +3,19 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class СпециальностьУслуги
public partial class Stormlv
{
public Guid PrimaryKey { get; set; }
public Guid ClassM0 { get; set; }
public Guid ViewM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public bool? Актуально { get; set; }
public Guid Специальность { get; set; }
public Guid Услуга { get; set; }
public string Editor { get; set; }
public virtual Storm ClassM0Navigation { get; set; }
public virtual Storm ViewM0Navigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormnetlockdatum
{
public string LockKey { get; set; }
public string UserName { get; set; }
public DateTime? LockDate { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormp
{
public Stormp()
{
Stormacs = new HashSet<Stormac>();
}
public Guid PrimaryKey { get; set; }
public Guid SubjectM0 { get; set; }
public Guid AgentM0 { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual Stormag AgentM0Navigation { get; set; }
public virtual Storm SubjectM0Navigation { get; set; }
public virtual ICollection<Stormac> Stormacs { get; set; }
}
}
using System;
......@@ -3,14 +3,14 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Эбправопреемство
public partial class Stormsetting
{
public Guid PrimaryKey { get; set; }
public string ParentName { get; set; }
public string Ogrn { get; set; }
public string ParentCode { get; set; }
public Guid Эборганизация { get; set; }
public string Module { get; set; }
public string Name { get; set; }
public string Value { get; set; }
public string User { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Stormwebsearch
{
public Guid PrimaryKey { get; set; }
public string Name { get; set; }
public int Order { get; set; }
public string PresentView { get; set; }
public string DetailedView { get; set; }
public Guid FilterSettingM0 { get; set; }
public virtual Stormfiltersetting FilterSettingM0Navigation { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class SyncLog
{
public DateTime? Dt { get; set; }
public string Entry { get; set; }
public int Id { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class SyncLogObj
{
public DateTime Dt { get; set; }
public string Object { get; set; }
public Guid Pk { get; set; }
public int Id { get; set; }
}
}
using System;
......@@ -3,20 +3,12 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ОшибкиВводаДанных
public partial class SyncScript
{
public Guid? PrimaryKey { get; set; }
public string ДатаПроверки { get; set; }
public string Район { get; set; }
public Guid ОрганизацияPk { get; set; }
public string Организация { get; set; }
public int? КоличествоДетей { get; set; }
public int? ОтсутствуетОтчество { get; set; }
public int? ОтсутствуетДр { get; set; }
public int? ОтсутствуетОиДр { get; set; }
public int? ОшибкиВдокументе { get; set; }
public int? ОшибкиВфио { get; set; }
public string ScriptObject { get; set; }
public string ScriptText { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class SyncSetting
{
public string Object { get; set; }
public string Base { get; set; }
public Guid? PrimaryKey { get; set; }
}
}
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class UserSetting
{
public Guid PrimaryKey { get; set; }
public string AppName { get; set; }
public string UserName { get; set; }
public Guid? UserGuid { get; set; }
public string ModuleName { get; set; }
public Guid? ModuleGuid { get; set; }
public string SettName { get; set; }
public Guid? SettGuid { get; set; }
public DateTime? SettLastAccessTime { get; set; }
public string StrVal { get; set; }
public string TxtVal { get; set; }
public int? IntVal { get; set; }
public bool? BoolVal { get; set; }
public Guid? GuidVal { get; set; }
public decimal? DecimalVal { get; set; }
public DateTime? DateTimeVal { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class АдаптированностьОп
{
public АдаптированностьОп()
{
InverseИерархияNavigation = new HashSet<АдаптированностьОп>();
ПодразделениеОбразовательнойОрганизацииs = new HashSet<ПодразделениеОбразовательнойОрганизации>();
}
public Guid PrimaryKey { get; set; }
public int? Код { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public virtual АдаптированностьОп ИерархияNavigation { get; set; }
public virtual ICollection<АдаптированностьОп> InverseИерархияNavigation { get; set; }
public virtual ICollection<ПодразделениеОбразовательнойОрганизации> ПодразделениеОбразовательнойОрганизацииs { get; set; }
}
}
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class АрхивОрганизации
{
......@@ -34,7 +34,9 @@ namespace SocialMinistryDataExchange.Model
public string Фиоруководителя { get; set; }
public int? ПредельнаяНаполняемость { get; set; }
public string ИсточникДанных { get; set; }
public string ПервичныйКлючИсточника { get; set; }
public string ИсточникДанных2 { get; set; }
public string ПервичныйКлючИсточника2 { get; set; }
public DateTime? ДатаИвремяВыгрузкиДанных { get; set; }
public DateTime? ДатаИвремяАктуальностиДанных { get; set; }
public string ТипОрганизации { get; set; }
......@@ -54,8 +56,12 @@ namespace SocialMinistryDataExchange.Model
public string УлицаФизическогоАдреса { get; set; }
public string Район { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid Организация { get; set; }
public bool? Актуально { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,14 +3,23 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class АссоциацияТерриторий
{
public АссоциацияТерриторий()
{
Территорияs = new HashSet<Территория>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<Территория> Территорияs { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,25 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Ведомство
{
public Ведомство()
{
ОбразовательнаяОрганизацияs = new HashSet<ОбразовательнаяОрганизация>();
}
public Guid PrimaryKey { get; set; }
public string ПолноеНаименование { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ОбразовательнаяОрганизация> ОбразовательнаяОрганизацияs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,26 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВедомствоЭпос
{
public ВедомствоЭпос()
{
ОбразовательнаяОрганизацияs = new HashSet<ОбразовательнаяОрганизация>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string ПолноеНаименование { get; set; }
public string КраткоеНаименование { get; set; }
public string КодЭпос { get; set; }
public string КодЭб { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ОбразовательнаяОрганизация> ОбразовательнаяОрганизацияs { get; set; }
}
}
using System;
using System;
......@@ -3,26 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class НаправленностьЗаболевания
public partial class ВидДанныхДляДашборда
{
public НаправленностьЗаболевания()
public ВидДанныхДляДашборда()
{
InverseВидМедицинскогоДокументаNavigation = new HashSet<НаправленностьЗаболевания>();
ДанныеДляДашбордаs = new HashSet<ДанныеДляДашборда>();
}
public Guid PrimaryKey { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid ВидМедицинскогоДокумента { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public virtual НаправленностьЗаболевания ВидМедицинскогоДокументаNavigation { get; set; }
public virtual ICollection<НаправленностьЗаболевания> InverseВидМедицинскогоДокументаNavigation { get; set; }
public virtual ICollection<ДанныеДляДашборда> ДанныеДляДашбордаs { get; set; }
}
}
using System;
using System;
......@@ -3,13 +3,15 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидДокументаЗаявления
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
......
using System;
using System;
......@@ -3,16 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидДокументаОбОбразовании
{
public ВидДокументаОбОбразовании()
{
InverseИерархияNavigation = new HashSet<ВидДокументаОбОбразовании>();
ДокументОбОбразованииs = new HashSet<ДокументОбОбразовании>();
}
public Guid PrimaryKey { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual ВидДокументаОбОбразовании ИерархияNavigation { get; set; }
public virtual ICollection<ВидДокументаОбОбразовании> InverseИерархияNavigation { get; set; }
public virtual ICollection<ДокументОбОбразовании> ДокументОбОбразованииs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидЗаявления
{
public ВидЗаявления()
{
ВидСостоянияЗаявленияs = new HashSet<ВидСостоянияЗаявления>();
ПричинаОтказаПоЗаявлениюs = new HashSet<ПричинаОтказаПоЗаявлению>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public DateTime? НачалоПриема { get; set; }
public DateTime? ОкончаниеПриема { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ВидСостоянияЗаявления> ВидСостоянияЗаявленияs { get; set; }
public virtual ICollection<ПричинаОтказаПоЗаявлению> ПричинаОтказаПоЗаявлениюs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ТипФинансирования
public partial class ВидМедицинскогоДокумента
{
public ВидМедицинскогоДокумента()
{
НаправленностьЗаболеванияs = new HashSet<НаправленностьЗаболевания>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public DateTime? CreateTime { get; set; }
public DateTime? EditTime { get; set; }
public virtual ICollection<НаправленностьЗаболевания> НаправленностьЗаболеванияs { get; set; }
}
}
using System;
using System;
......@@ -3,13 +3,15 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидОбразовательнойУслуги
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
......
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидОбученияБольныхДетей
{
public ВидОбученияБольныхДетей()
{
ТекущаяЛичностьПодразделенияs = new HashSet<ТекущаяЛичностьПодразделения>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ТекущаяЛичностьПодразделения> ТекущаяЛичностьПодразделенияs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидОбученияОграниченноЗдоровых
{
public ВидОбученияОграниченноЗдоровых()
{
ТекущаяЛичностьПодразделенияs = new HashSet<ТекущаяЛичностьПодразделения>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ТекущаяЛичностьПодразделения> ТекущаяЛичностьПодразделенияs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидПоказателяУслуги
{
public ВидПоказателяУслуги()
{
ФактическоеЗначениеПоказателяУслугиs = new HashSet<ФактическоеЗначениеПоказателяУслуги>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ФактическоеЗначениеПоказателяУслуги> ФактическоеЗначениеПоказателяУслугиs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,27 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидПриказа
{
public ВидПриказа()
{
Приказs = new HashSet<Приказ>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public bool? Актуально { get; set; }
public Guid? ТипОрганизации { get; set; }
public string Группа { get; set; }
public string ТематикаПриказа { get; set; }
public virtual ТипОбразовательнойОрганизации ТипОрганизацииNavigation { get; set; }
public virtual ICollection<Приказ> Приказs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидСистемыОценивания
{
public ВидСистемыОценивания()
{
ОценкаУчащегосяs = new HashSet<ОценкаУчащегося>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string Наименование { get; set; }
public int? Код { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ОценкаУчащегося> ОценкаУчащегосяs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидСмены
{
public ВидСмены()
{
ПодразделениеОбразовательнойОрганизацииs = new HashSet<ПодразделениеОбразовательнойОрганизации>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public virtual ICollection<ПодразделениеОбразовательнойОрганизации> ПодразделениеОбразовательнойОрганизацииs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,21 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидСостоянияЗаявления
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public string ШаблонСообщения { get; set; }
public Guid ВидЗаявления { get; set; }
public virtual ВидЗаявления ВидЗаявленияNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ФормаОбучения
public partial class ВидСпециалистаДоу
{
public ВидСпециалистаДоу()
{
InverseИерархияNavigation = new HashSet<ВидСпециалистаДоу>();
КоличествоСпециалистовДоуs = new HashSet<КоличествоСпециалистовДоу>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public virtual ВидСпециалистаДоу ИерархияNavigation { get; set; }
public virtual ICollection<ВидСпециалистаДоу> InverseИерархияNavigation { get; set; }
public virtual ICollection<КоличествоСпециалистовДоу> КоличествоСпециалистовДоуs { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидУдостоверяющегоДокумента
{
public ВидУдостоверяющегоДокумента()
{
InverseИерархияNavigation = new HashSet<ВидУдостоверяющегоДокумента>();
ДокументЛичностиs = new HashSet<ДокументЛичности>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public virtual ВидУдостоверяющегоДокумента ИерархияNavigation { get; set; }
public virtual ICollection<ВидУдостоверяющегоДокумента> InverseИерархияNavigation { get; set; }
public virtual ICollection<ДокументЛичности> ДокументЛичностиs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,27 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидУслуги
{
public ВидУслуги()
{
Услугаs = new HashSet<Услуга>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid ТипУслуги { get; set; }
public string КраткоеНаименование { get; set; }
public virtual ТипУслуги ТипУслугиNavigation { get; set; }
public virtual ICollection<Услуга> Услугаs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидУчебногоПериода
{
public ВидУчебногоПериода()
{
ОценкаУчащегосяs = new HashSet<ОценкаУчащегося>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string Наименование { get; set; }
public int? Код { get; set; }
public bool? Актуально { get; set; }
public virtual ICollection<ОценкаУчащегося> ОценкаУчащегосяs { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВидУчредителя
{
public ВидУчредителя()
{
ОбразовательнаяОрганизацияs = new HashSet<ОбразовательнаяОрганизация>();
}
public Guid PrimaryKey { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual ICollection<ОбразовательнаяОрганизация> ОбразовательнаяОрганизацияs { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,26 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ТипОбразовательнойОрганизации
public partial class ВнешняяСистема
{
public ВнешняяСистема()
{
IntegrationPdoserviceLogs = new HashSet<IntegrationPdoserviceLog>();
КлючиВнешнихСистемs = new HashSet<КлючиВнешнихСистем>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public DateTime? CreateTime { get; set; }
public DateTime? EditTime { get; set; }
public virtual ICollection<IntegrationPdoserviceLog> IntegrationPdoserviceLogs { get; set; }
public virtual ICollection<КлючиВнешнихСистем> КлючиВнешнихСистемs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,26 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВозрастнаяКатегория
{
public ВозрастнаяКатегория()
{
ПодразделениеОбразовательнойОрганизацииs = new HashSet<ПодразделениеОбразовательнойОрганизации>();
}
public Guid PrimaryKey { get; set; }
public decimal? ВозрастС { get; set; }
public decimal? ВозрастПо { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public int? Код { get; set; }
public virtual ICollection<ПодразделениеОбразовательнойОрганизации> ПодразделениеОбразовательнойОрганизацииs { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ВыходныеДни
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string ВерсияДанных { get; set; }
public string Год { get; set; }
public bool? Високосный { get; set; }
public string Январь { get; set; }
public string Февраль { get; set; }
public string Март { get; set; }
public string Апрель { get; set; }
public string Май { get; set; }
public string Июнь { get; set; }
public string Июль { get; set; }
public string Август { get; set; }
public string Сентябрь { get; set; }
public string Октябрь { get; set; }
public string Ноябрь { get; set; }
public string Декабрь { get; set; }
public int? ВсегоРабочихДней { get; set; }
public int? ВсегоПраздИвыхДней { get; set; }
public float? РабЧасовПри40чНеделе { get; set; }
public float? РабЧасовПри36чНеделе { get; set; }
public float? РабЧасовПри24чНеделе { get; set; }
}
}
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Вэдорганизации
{
......@@ -11,8 +11,15 @@ namespace SocialMinistryDataExchange.Model
public Guid Оквэд { get; set; }
public Guid Организация { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public virtual Оквэд ОквэдNavigation { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,27 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ГруппаЗдоровья
{
public ГруппаЗдоровья()
{
ИсторияЗдоровьяs = new HashSet<ИсторияЗдоровья>();
Личностьs = new HashSet<Личность>();
}
public Guid PrimaryKey { get; set; }
public int? Код { get; set; }
public string ПолноеНаименование { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public virtual ICollection<ИсторияЗдоровья> ИсторияЗдоровьяs { get; set; }
public virtual ICollection<Личность> Личностьs { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДанныеДляДашборда
{
public Guid PrimaryKey { get; set; }
public DateTime? Дата { get; set; }
public Guid? КлючОрганизации { get; set; }
public Guid? КлючВышестоящей { get; set; }
public string Наименование { get; set; }
public string Окатоорганизации { get; set; }
public int? КоличествоУчеников { get; set; }
public string Огрн { get; set; }
public string ТипОргСтруктуры { get; set; }
public string Окатотерртории { get; set; }
public decimal? СреднееВремяОжидания { get; set; }
public int? АктуальныйСпрос { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid ВидДанных { get; set; }
public virtual ВидДанныхДляДашборда ВидДанныхNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДетиМинобр
{
public string Снилс { get; set; }
public string Фамилия { get; set; }
public string Имя { get; set; }
public string Отчество { get; set; }
public DateTime? ДатаРождения { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДляОтчетовСпо
{
public DateTime ДатаФормирования { get; set; }
public string Организация { get; set; }
public int? ПредФактКолво { get; set; }
public int? ФактическоеКолво { get; set; }
public int? Отчислено { get; set; }
public int? Зачислено { get; set; }
public int? УшлиВакадем { get; set; }
public int? ВышлиИзАкадема { get; set; }
public int? Нповыс { get; set; }
public int? Нпосред { get; set; }
public int? Нпониз { get; set; }
public int? СповысОчн { get; set; }
public int? СповысОчнЗаоч { get; set; }
public int? СповысЗаоч { get; set; }
public int? СпосредОчн { get; set; }
public int? СпосредОчнЗаоч { get; set; }
public int? СпосредЗаоч { get; set; }
public int? СпонизОчн { get; set; }
public int? СпонизОчнЗаоч { get; set; }
public int? СпонизЗаоч { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДляОтчетовУдо
{
public DateTime ДатаФормирования { get; set; }
public Guid Организация { get; set; }
public int? ФактическоеКолво { get; set; }
public int? Отчислено { get; set; }
public int? Зачислено { get; set; }
public int? ПредФактическоеКолво { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДокументЛичности
{
public Guid PrimaryKey { get; set; }
public string СерияДокумента { get; set; }
public string НомерДокумента { get; set; }
public string КемВыданДокумент { get; set; }
public DateTime? КогдаВыданДокумент { get; set; }
public bool? Основной { get; set; }
public Guid ВидУдостоверяющегоДокумента { get; set; }
public Guid Личность { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid? ОрганВыдачиДокумента { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public string НомерАктовойЗаписи { get; set; }
public virtual ВидУдостоверяющегоДокумента ВидУдостоверяющегоДокументаNavigation { get; set; }
public virtual Личность ЛичностьNavigation { get; set; }
public virtual ОрганВыдачиДокумента ОрганВыдачиДокументаNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДокументОбОбразовании
{
public Guid PrimaryKey { get; set; }
public string Серия { get; set; }
public string Номер { get; set; }
public DateTime? ДатаВыдачи { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid? ВидДокументаОбОбразовании { get; set; }
public Guid УчебныйГод { get; set; }
public Guid? Организация { get; set; }
public Guid Личность { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public string ОрганизацияСтрока { get; set; }
public string Фиоруководителя { get; set; }
public virtual ВидДокументаОбОбразовании ВидДокументаОбОбразованииNavigation { get; set; }
public virtual Личность ЛичностьNavigation { get; set; }
public virtual УчебныйГод УчебныйГодNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,18 +3,24 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class СрокПриемаЗаявлений
public partial class ДолжностьУфхд
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public DateTime? ДатаНачалаПриема { get; set; }
public DateTime? ДатаКонцаПриема { get; set; }
public Guid НастройкаОбработкиЗаявлений { get; set; }
public string Профиль { get; set; }
public string Параллель { get; set; }
public string Editor { get; set; }
public string НаименованиеДолжности { get; set; }
public string Отрасль { get; set; }
public string ТиповоеНаименование { get; set; }
public string СтрокаОтчетностиМониторингаРаботниковСоцСферы { get; set; }
public string ТарифнаяСетка { get; set; }
public string КатегорияДолжности { get; set; }
public bool? Актуально { get; set; }
public Guid? Роль { get; set; }
public virtual Stormag РольNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ДостижениеУчащегося
{
......@@ -13,10 +13,17 @@ namespace SocialMinistryDataExchange.Model
public string Результат { get; set; }
public string ПрисвоенныйРазряд { get; set; }
public string ИсточникДанных { get; set; }
public string ПервичныйКлючИсточника { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public Guid ТипМероприятия { get; set; }
public Guid ЛичностьПодразделения { get; set; }
public Guid УровеньМероприятия { get; set; }
public virtual ЛичностьПодразделения ЛичностьПодразделенияNavigation { get; set; }
public virtual ТипМероприятия ТипМероприятияNavigation { get; set; }
public virtual УровеньМероприятия УровеньМероприятияNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЗаконныйПредставительЛичности
{
......@@ -13,9 +13,17 @@ namespace SocialMinistryDataExchange.Model
public Guid ЗаконныйПредставитель { get; set; }
public Guid Ребенок { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string ДокументУдостоверяющийПоложение { get; set; }
public string Editor { get; set; }
public string ПервичныйКлючСэдиж { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public virtual Личность ЗаконныйПредставительNavigation { get; set; }
public virtual Личность РебенокNavigation { get; set; }
public virtual ТипЗаконногоПредставителя ТипЗаконногоПредставителяNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЗакрепленныйАдрес
{
public ЗакрепленныйАдрес()
{
ЗакрепленныйДомs = new HashSet<ЗакрепленныйДом>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string АдресСтрокой { get; set; }
public bool? ВсеДома { get; set; }
public Guid? НасПункт { get; set; }
public Guid? Улица { get; set; }
public Guid? Снт { get; set; }
public Guid Организация { get; set; }
public bool? Актуально { get; set; }
public virtual Addrobg59new НасПунктNavigation { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
public virtual Addrobg59new СнтNavigation { get; set; }
public virtual Addrobg59new УлицаNavigation { get; set; }
public virtual ICollection<ЗакрепленныйДом> ЗакрепленныйДомs { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЗакрепленныйДом
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public string Дом { get; set; }
public Guid? Houseguid { get; set; }
public Guid ЗакрепленныйАдрес { get; set; }
public virtual House59 Housegu { get; set; }
public virtual ЗакрепленныйАдрес ЗакрепленныйАдресNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,15 +3,20 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЗаявлениеОприеме
{
public Guid PrimaryKey { get; set; }
public DateTime? ДатаЗаявления { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid Организация { get; set; }
public Guid Личность { get; set; }
public virtual Личность ЛичностьNavigation { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,19 +3,22 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class Приказ
public partial class ИзменениеСостоянияОрганизации
{
public Guid PrimaryKey { get; set; }
public string Номер { get; set; }
public DateTime? Дата { get; set; }
public DateTime? ДатаОткрытия { get; set; }
public string Примечание { get; set; }
public Guid ОбразовательнаяОрганизация { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public Guid? ВидПриказа { get; set; }
public int СистемныйНомер { get; set; }
public string СостояниеПриказа { get; set; }
public string Editor { get; set; }
public Guid СтатусОрганизации { get; set; }
public Guid Организация { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
public virtual СтатусОбразовательнойОрганизации СтатусОрганизацииNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ИсторияЗдоровья
{
public Guid PrimaryKey { get; set; }
public DateTime? СрокДействияГруппыИнвалидности { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public bool? Инвалид { get; set; }
public Guid? ГруппаЗдоровья { get; set; }
public Guid? ФизкультурнаяГруппа { get; set; }
public Guid? ГруппаИнвалидности { get; set; }
public Guid? КатегорияИнвалидности { get; set; }
public Guid Личность { get; set; }
public virtual ГруппаЗдоровья ГруппаЗдоровьяNavigation { get; set; }
public virtual КатегорияИнвалидности ГруппаИнвалидностиNavigation { get; set; }
public virtual КатегорияИнвалидности КатегорияИнвалидностиNavigation { get; set; }
public virtual Личность ЛичностьNavigation { get; set; }
public virtual ФизкультурнаяГруппа ФизкультурнаяГруппаNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КатегорияИнвалидности
{
public КатегорияИнвалидности()
{
InverseИерархияNavigation = new HashSet<КатегорияИнвалидности>();
ИсторияЗдоровьяГруппаИнвалидностиNavigations = new HashSet<ИсторияЗдоровья>();
ИсторияЗдоровьяКатегорияИнвалидностиNavigations = new HashSet<ИсторияЗдоровья>();
ЛичностьГруппаИнвалидностиNavigations = new HashSet<Личность>();
ЛичностьКатегорияИнвалидностиNavigations = new HashSet<Личность>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public virtual КатегорияИнвалидности ИерархияNavigation { get; set; }
public virtual ICollection<КатегорияИнвалидности> InverseИерархияNavigation { get; set; }
public virtual ICollection<ИсторияЗдоровья> ИсторияЗдоровьяГруппаИнвалидностиNavigations { get; set; }
public virtual ICollection<ИсторияЗдоровья> ИсторияЗдоровьяКатегорияИнвалидностиNavigations { get; set; }
public virtual ICollection<Личность> ЛичностьГруппаИнвалидностиNavigations { get; set; }
public virtual ICollection<Личность> ЛичностьКатегорияИнвалидностиNavigations { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,26 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КатегорияПотребителейУслуг
{
public КатегорияПотребителейУслуг()
{
Услугаs = new HashSet<Услуга>();
}
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public Guid ТипУслуги { get; set; }
public virtual ТипУслуги ТипУслугиNavigation { get; set; }
public virtual ICollection<Услуга> Услугаs { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КатегорияРебенка
{
public КатегорияРебенка()
{
InverseИерархияNavigation = new HashSet<КатегорияРебенка>();
ПричинаНахожденияВтжсs = new HashSet<ПричинаНахожденияВтжс>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public bool? Актуально { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public int? Код { get; set; }
public Guid? Иерархия { get; set; }
public virtual КатегорияРебенка ИерархияNavigation { get; set; }
public virtual ICollection<КатегорияРебенка> InverseИерархияNavigation { get; set; }
public virtual ICollection<ПричинаНахожденияВтжс> ПричинаНахожденияВтжсs { get; set; }
}
}
using System;
using System;
......@@ -3,17 +3,22 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class СпециализацияГруппы
public partial class КлючиВнешнихСистем
{
public Guid PrimaryKey { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Наименование { get; set; }
public string Editor { get; set; }
public Guid ТипОбъекта { get; set; }
public Guid ПервичныйКлючОбъекта { get; set; }
public Guid ВнешняяСистема { get; set; }
public string ВнешнийКлючОбъекта { get; set; }
public bool? Актуально { get; set; }
public Guid? Иерархия { get; set; }
public int? Код { get; set; }
public string НаименованиеЕпгу { get; set; }
public virtual ВнешняяСистема ВнешняяСистемаNavigation { get; set; }
public virtual ТипОбъектаИнтеграции ТипОбъектаNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КоличествоМестДляПриемаВгруппуДоу
{
public Guid PrimaryKey { get; set; }
public DateTime Дата { get; set; }
public int МестДляПриема { get; set; }
public Guid Подразделение { get; set; }
public Guid КоличествоМестДляПриемаВдоу { get; set; }
public virtual КоличествоМестДляПриемаВдоу КоличествоМестДляПриемаВдоуNavigation { get; set; }
public virtual ПодразделениеОбразовательнойОрганизации ПодразделениеNavigation { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КоличествоМестДляПриемаВдоу
{
public КоличествоМестДляПриемаВдоу()
{
КоличествоМестДляПриемаВгруппуДоуs = new HashSet<КоличествоМестДляПриемаВгруппуДоу>();
}
public Guid PrimaryKey { get; set; }
public Guid Организация { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
public virtual ICollection<КоличествоМестДляПриемаВгруппуДоу> КоличествоМестДляПриемаВгруппуДоуs { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КоличествоСпециалистовДоу
{
public Guid PrimaryKey { get; set; }
public int? КоличествоШтатных { get; set; }
public int? КоличествоВнештатных { get; set; }
public Guid ВидСпециалистаДоу { get; set; }
public Guid Организация { get; set; }
public virtual ВидСпециалистаДоу ВидСпециалистаДоуNavigation { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
using System;
using System;
......@@ -3,19 +3,28 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class КорпусОрганизации
{
public КорпусОрганизации()
{
ПодразделениеОбразовательнойОрганизацииs = new HashSet<ПодразделениеОбразовательнойОрганизации>();
Помещениеs = new HashSet<Помещение>();
}
public Guid PrimaryKey { get; set; }
public string Наименование { get; set; }
public string АдресПрописью { get; set; }
public string Дом { get; set; }
public string ИсточникДанных { get; set; }
public string ПервичныйКлюч { get; set; }
public string РеестровыйНомер { get; set; }
public string Примечание { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid? Улица { get; set; }
public Guid Организация { get; set; }
public bool? Актуально { get; set; }
......@@ -62,10 +71,19 @@ namespace SocialMinistryDataExchange.Model
public Guid? Район { get; set; }
public Guid? Снт { get; set; }
public Guid? Микрорайон { get; set; }
public string ПричинаОтсутствияКонтингента { get; set; }
public Guid? ДомФиас { get; set; }
public string ПричинаОтсутствияКонтингента { get; set; }
public double? GisX { get; set; }
public double? GisY { get; set; }
public string НаименованиеЕпгу { get; set; }
public virtual House59 ДомФиасNavigation { get; set; }
public virtual Микрорайон МикрорайонNavigation { get; set; }
public virtual Addrobg59new НасПунктNavigation { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
public virtual Addrobg59new РайонNavigation { get; set; }
public virtual Addrobg59new СнтNavigation { get; set; }
public virtual Addrobg59new УлицаNavigation { get; set; }
public virtual ICollection<ПодразделениеОбразовательнойОрганизации> ПодразделениеОбразовательнойОрганизацииs { get; set; }
public virtual ICollection<Помещение> Помещениеs { get; set; }
}
}
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЛицензияОрганизации
{
......@@ -17,9 +17,15 @@ namespace SocialMinistryDataExchange.Model
public DateTime? ДатаВыдачи { get; set; }
public Guid Организация { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public DateTime? ДатаИвремяАктуальностиДанных { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
}
}
using System;
using System;
......@@ -3,16 +3,26 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЛичностьПодразделения
{
public ЛичностьПодразделения()
{
ДостижениеУчащегосяs = new HashSet<ДостижениеУчащегося>();
ОтсутствиеРебенкаВдоуs = new HashSet<ОтсутствиеРебенкаВдоу>();
ОценкаУчащегосяs = new HashSet<ОценкаУчащегося>();
ФайлЛичностиПодразделенияs = new HashSet<ФайлЛичностиПодразделения>();
}
public Guid PrimaryKey { get; set; }
public DateTime? НачальнаяДата { get; set; }
public DateTime? КонечнаяДата { get; set; }
public string Примечание { get; set; }
public DateTime? CreateTime { get; set; }
public string Creator { get; set; }
public DateTime? EditTime { get; set; }
public string Editor { get; set; }
public Guid? ПриказОтчисления { get; set; }
public Guid? ПриказЗачисления { get; set; }
public Guid УчебныйГод { get; set; }
......@@ -22,14 +32,27 @@ namespace SocialMinistryDataExchange.Model
public string НаименованиеПодразделения { get; set; }
public string ВидПодразделения { get; set; }
public Guid? Организация { get; set; }
public string НаименованиеОрганизации { get; set; }
public Guid? ТипПодразделения { get; set; }
public Guid? ТипОрганизации { get; set; }
public string ПервичныйКлючСэдиж { get; set; }
public string ФедеральныйGuid { get; set; }
public string НомерПакета { get; set; }
public DateTime? ДатаОтправкиВфс { get; set; }
public bool? Актуально { get; set; }
public DateTime? ПланируемаяДатаВыходаИзОтпуска { get; set; }
public Guid? ТипФинансирования { get; set; }
public Guid? РеквизитыПодразделенияУчащегося { get; set; }
public bool? ПланируетУйтиВпервыйКласс { get; set; }
public virtual Личность ЛичностьNavigation { get; set; }
public virtual ОбразовательнаяОрганизация ОрганизацияNavigation { get; set; }
public virtual ОснованиеОтчисления ОснованиеОтчисленияNavigation { get; set; }
public virtual ПодразделениеОбразовательнойОрганизации ПодразделениеNavigation { get; set; }
public virtual Приказ ПриказЗачисленияNavigation { get; set; }
public virtual Приказ ПриказОтчисленияNavigation { get; set; }
public virtual ТипПодразделения ТипПодразделенияNavigation { get; set; }
public virtual ТипФинансирования ТипФинансированияNavigation { get; set; }
public virtual УчебныйГод УчебныйГодNavigation { get; set; }
public virtual ICollection<ДостижениеУчащегося> ДостижениеУчащегосяs { get; set; }
public virtual ICollection<ОтсутствиеРебенкаВдоу> ОтсутствиеРебенкаВдоуs { get; set; }
public virtual ICollection<ОценкаУчащегося> ОценкаУчащегосяs { get; set; }
public virtual ICollection<ФайлЛичностиПодразделения> ФайлЛичностиПодразделенияs { get; set; }
}
}
using System;
using System;
using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB.Center
{
public partial class ЛичностьФио
{
public Guid PrimaryKey { get; set; }
public string Фамилия { get; set; }
public string Имя { get; set; }
public string Отчество { get; set; }
public DateTime? ДатаРождения { get; set; }
public Guid НастройкаБазы { get; set; }
public bool? Актуально { get; set; }
public bool? БезОтчества { get; set; }
public string КатегорияЛичности { get; set; }
public string ПервичныйКлючПдо { get; set; }
public virtual НастройкаБазы НастройкаБазыNavigation { get; set; }
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment