13 lines
273 B
C#
13 lines
273 B
C#
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
|
|
|
public partial class FormaPlatnosci
|
|
{
|
|
public short FormaPlat { get; set; }
|
|
|
|
public string Tekst { get; set; } = null!;
|
|
|
|
public short MinTermPlat { get; set; }
|
|
|
|
public short MaxTermPlat { get; set; }
|
|
}
|