Skip to content

Commit a053dc2

Browse files
authored
Merge pull request #105 from paulohenriquejamsoft/master
Ajuste no grupo gCompraGov para atender a NT_2025.002_v1.20.
2 parents 33bdd78 + ecfa2fe commit a053dc2

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

NFe.Classes/Informacoes/Identificacao/gCompraGov.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ public class gCompraGov
77
private decimal _pRedutor;
88

99
// B32
10-
public TipoEnteGov tpCompraGov { get; set; }
10+
public TipoEnteGov tpEnteGov { get; set; }
1111

1212
// B33
1313
public decimal pRedutor
1414
{
1515
get => _pRedutor.Arredondar(4);
1616
set => _pRedutor = value.Arredondar(4);
1717
}
18+
19+
// B34
20+
public TipoOperGov tpOperGov { get; set; }
1821
}
1922
}

NFe.Classes/Informacoes/Identificacao/ide.cs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,7 @@ public string ProxydhCont
235235
public List<NFref> NFref { get; set; }
236236

237237
// B31
238-
public gCompraGov gCompraGov { get; set; }
239-
240-
// B32
241-
public TipoOperGov? tpOperGov { get; set; }
238+
public gCompraGov gCompraGov { get; set; }
242239

243240
// BB01
244241
public gPagAntecipado gPagAntecipado { get; set; }
@@ -266,11 +263,6 @@ public bool ShouldSerializetpNFDebito()
266263
public bool ShouldSerializetpNFCredito()
267264
{
268265
return tpNFCredito.HasValue;
269-
}
270-
271-
public bool ShouldSerializetpOperGov()
272-
{
273-
return tpOperGov.HasValue;
274-
}
266+
}
275267
}
276268
}

0 commit comments

Comments
 (0)