2026/07/01-01

This commit is contained in:
2026-01-27 09:26:42 +01:00
parent c14bb09eb2
commit 415b281213
19 changed files with 1618 additions and 152 deletions

View File

@@ -25,5 +25,5 @@ public partial class modelosgruas
public virtual ICollection<tablaplumas> tablaplumas { get; set; } = new List<tablaplumas>();
public virtual ICollection<versiones> versiones { get; set; } = new List<versiones>();
public virtual ICollection<versionesgruas> versionesgruas { get; set; } = new List<versionesgruas>();
}