Dekrety #1
This commit is contained in:
57
Blink.Backoffice.Services.PcmDb/Entities/SklepEmail.cs
Normal file
57
Blink.Backoffice.Services.PcmDb/Entities/SklepEmail.cs
Normal file
@@ -0,0 +1,57 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SklepEmail
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public decimal SklepEmId { get; set; }
|
||||
|
||||
public decimal? SklepUzId { get; set; }
|
||||
|
||||
public decimal? SklepTEDId { get; set; }
|
||||
|
||||
public decimal? SklepTERId { get; set; }
|
||||
|
||||
public decimal? SklepTEWId { get; set; }
|
||||
|
||||
public string Nazwa { get; set; } = null!;
|
||||
|
||||
public string Login { get; set; } = null!;
|
||||
|
||||
public string Haslo { get; set; } = null!;
|
||||
|
||||
public string Host { get; set; } = null!;
|
||||
|
||||
public string Port { get; set; } = null!;
|
||||
|
||||
public short Auth { get; set; }
|
||||
|
||||
public short TLS { get; set; }
|
||||
|
||||
public short TLSVer { get; set; }
|
||||
|
||||
public string Nadawca { get; set; } = null!;
|
||||
|
||||
public short Kopia { get; set; }
|
||||
|
||||
public string? KopiaEmail { get; set; }
|
||||
|
||||
public short Aktywny { get; set; }
|
||||
|
||||
public DateTime Zmiana { get; set; }
|
||||
|
||||
public decimal? SklepTEZIId { get; set; }
|
||||
|
||||
public decimal? SklepTEHRId { get; set; }
|
||||
|
||||
public virtual SklepTrescEmail? SklepTrescEmail { get; set; }
|
||||
|
||||
public virtual SklepTrescEmail? SklepTrescEmail1 { get; set; }
|
||||
|
||||
public virtual SklepTrescEmail? SklepTrescEmailNavigation { get; set; }
|
||||
|
||||
public virtual SklepUzytkownik? SklepUzytkownik { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user