Merge branch 'develop' of https://gitlab.steamware.net/steamware/mapo-core into develop
This commit is contained in:
@@ -23,11 +23,13 @@ namespace MP.Data.DatabaseModels
|
||||
public DateTime DtRif { get; set; }
|
||||
|
||||
[MaxLength(50)]
|
||||
public string IdxMacchina { get; set; }
|
||||
public string IdxMacchina { get; set; } = "";
|
||||
[MaxLength(50)]
|
||||
public string CodArticolo { get; set; } = "";
|
||||
|
||||
public int IdxODL { get; set; }
|
||||
public int IdxODL { get; set; } = 0;
|
||||
|
||||
public string Valore { get; set; }
|
||||
public string Valore { get; set; } = "";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user