Commit 2857e5d
feat(rtc): adicionar campo dPrevEntrega em detEvento
Adiciona propriedade nullable `dPrevEntrega` + proxy string
`ProxydPrevEntrega` na classe detEvento, usada pelo evento
RTC 112150 (Atualização da Data de Previsão de Entrega) para
transportar a data no formato "AAAA-MM-DD" conforme NT
2025.002-RTC.
Estrutura idêntica ao upstream ZeusAutomacao/DFe.NET@cfe8d802:
- `[XmlIgnore] DateTime? dPrevEntrega`
- `[XmlElement("dPrevEntrega")] string ProxydPrevEntrega` com
serialização via `ParaDataString()` (já existente em
DFe.Utils, suprime tag quando null).
Ref: nfe/dfetech-product-invoice-api#8
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d8fc3a7 commit 2857e5d
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
424 | 444 | | |
425 | 445 | | |
426 | 446 | | |
0 commit comments