Добавьте файлы проекта.
This commit is contained in:
44
XLAB.DATA/TIPS.cs
Normal file
44
XLAB.DATA/TIPS.cs
Normal file
@@ -0,0 +1,44 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан по шаблону.
|
||||
//
|
||||
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
|
||||
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XLAB.DATA
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class TIPS
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
|
||||
public TIPS()
|
||||
{
|
||||
this.TPRZ = new HashSet<TPRZ>();
|
||||
}
|
||||
|
||||
public int IDTIPS { get; set; }
|
||||
public int IDSPOI { get; set; }
|
||||
public int IDSPNMTP { get; set; }
|
||||
public Nullable<int> IDSPKT { get; set; }
|
||||
public Nullable<int> IDSPKI { get; set; }
|
||||
public string TP { get; set; }
|
||||
public Nullable<int> SRSL { get; set; }
|
||||
public Nullable<int> PRMKGR { get; set; }
|
||||
public string NNTPGR { get; set; }
|
||||
public Nullable<int> KDTPVNMS { get; set; }
|
||||
public string KDKMETR { get; set; }
|
||||
public string DSTP { get; set; }
|
||||
public System.Guid GUIDTIPS { get; set; }
|
||||
public Nullable<bool> SPECNZN { get; set; }
|
||||
public Nullable<bool> MKPRV { get; set; }
|
||||
|
||||
public virtual SPNMTP SPNMTP { get; set; }
|
||||
public virtual SPOI SPOI { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<TPRZ> TPRZ { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user