init
This commit is contained in:
24
OpenCand.Core/Models/BemCandidato.cs
Normal file
24
OpenCand.Core/Models/BemCandidato.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
namespace OpenCand.Core.Models
|
||||
{
|
||||
public class BemCandidato
|
||||
{
|
||||
public Guid IdCandidato { get; set; }
|
||||
|
||||
// Only for fetching purposes
|
||||
public string? SqCandidato { get; set; }
|
||||
|
||||
public int Ano { get; set; }
|
||||
|
||||
public string SiglaUF { get; set; }
|
||||
|
||||
public string NomeUE { get; set; }
|
||||
|
||||
public int OrdemBem { get; set; }
|
||||
|
||||
public string? TipoBem { get; set; }
|
||||
|
||||
public string? Descricao { get; set; }
|
||||
|
||||
public decimal? Valor { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user