Palabra Clave FichaTecnica
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C289
This commit is contained in:
parent
fe4998a9a6
commit
a5ba1c736d
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ namespace AYA.SlnSinortModel.Sinort
|
|||
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
||||
public int IdPalabraClave { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string Descripcion { get; set; }
|
||||
|
||||
public bool? Estado { get; set; }
|
||||
|
||||
public DateTime? FechaCreacion { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue