2026/07/01-01
This commit is contained in:
22
bdGrupoSanchoToro/extensiones/versionesgruas.cs
Normal file
22
bdGrupoSanchoToro/extensiones/versionesgruas.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace bdGrupoSanchoToro.db
|
||||
{
|
||||
public partial class versionesgruas
|
||||
{
|
||||
|
||||
}
|
||||
public enum VersionesGruasEnum
|
||||
{
|
||||
APOYADA = 1,
|
||||
AUTOMONTANTE = 2,
|
||||
BICOLUMNA = 3,
|
||||
EMPOTRADA = 4,
|
||||
MONOCOLUMNA = 5,
|
||||
CON_TRASLACION = 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user