Добавьте файлы проекта.

This commit is contained in:
Курнат Андрей
2026-03-11 22:05:19 +03:00
parent 5af9cd9adb
commit 44a0ce300b
37 changed files with 4354 additions and 0 deletions

50
XLAB.DATA/FRPD.cs Normal file
View File

@@ -0,0 +1,50 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан по шаблону.
//
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XLAB.DATA
{
using System;
using System.Collections.Generic;
public partial class FRPD
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public FRPD()
{
this.EKZ = new HashSet<EKZ>();
this.EKZ1 = new HashSet<EKZ>();
this.EKZ2 = new HashSet<EKZ>();
this.EKZMK = new HashSet<EKZMK>();
this.FRPD1 = new HashSet<FRPD>();
this.TPRMK = new HashSet<TPRMK>();
}
public int IDFRPD { get; set; }
public Nullable<int> IDFRPDR { get; set; }
public string NMFRPD { get; set; }
public string KDFRPDLC { get; set; }
public string FRPDGUID { get; set; }
public Nullable<System.DateTime> DTSZFRPD { get; set; }
public Nullable<System.DateTime> DTLKFRPD { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZ> EKZ { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZ> EKZ1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZ> EKZ2 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<FRPD> FRPD1 { get; set; }
public virtual FRPD FRPD2 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<TPRMK> TPRMK { get; set; }
}
}