Docker + Jenkfins File + v0.1
This commit is contained in:
13
GeradoresService/DAL/Geradore.cs
Normal file
13
GeradoresService/DAL/Geradore.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GeradoresService.DAL;
|
||||
|
||||
public partial class Geradore
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int? Tipo { get; set; }
|
||||
|
||||
public string? Valor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user