MICHELE: Label dati azienda
This commit is contained in:
parent
fec5bd317d
commit
22f8fd2c91
@ -4,23 +4,29 @@ namespace VirtualTask.Models
|
|||||||
{
|
{
|
||||||
public class AziendaRif
|
public class AziendaRif
|
||||||
{
|
{
|
||||||
|
[Display(Name = "Azienda")]
|
||||||
/// <summary>azienda</summary>
|
/// <summary>azienda</summary>
|
||||||
public string? piazihoc { get; set; }
|
public string? piazihoc { get; set; }
|
||||||
|
|
||||||
|
[Display(Name = "Cod. Tecnico")]
|
||||||
/// <summary>tecnico</summary>
|
/// <summary>tecnico</summary>
|
||||||
public string? picodtec { get; set; }
|
public string? picodtec { get; set; }
|
||||||
|
|
||||||
|
[Display(Name = "tecnico")]
|
||||||
/// <summary>tecnico</summary>
|
/// <summary>tecnico</summary>
|
||||||
public string? pirifazi { get; set; }
|
public string? pirifazi { get; set; }
|
||||||
|
|
||||||
|
[Display(Name = "Nome azienda collegata")]
|
||||||
[StringLength(50)]
|
[StringLength(50)]
|
||||||
/// <summary>Nome azienda collegata</summary>
|
/// <summary>Nome azienda collegata</summary>
|
||||||
public string? pinomede { get; set; }
|
public string? pinomede { get; set; }
|
||||||
|
|
||||||
|
[Display(Name = "logo")]
|
||||||
[StringLength(254)]
|
[StringLength(254)]
|
||||||
/// <summary>url logo</summary>
|
/// <summary>url logo</summary>
|
||||||
public string? pilogurl { get; set; }
|
public string? pilogurl { get; set; }
|
||||||
|
|
||||||
|
[Display(Name = "Testo rapportino")]
|
||||||
/// <summary>Testo rapportino</summary>
|
/// <summary>Testo rapportino</summary>
|
||||||
public string? pitextin { get; set; }
|
public string? pitextin { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user