Header S, G, N, H parameters added

This commit is contained in:
2024-05-23 08:45:10 +03:00
parent 06a2175726
commit 88bdbb969d
3 changed files with 112 additions and 6 deletions

View File

@@ -8,4 +8,14 @@ type LucaBordro struct {
TcNo string
AdSoyad string
Ucretler map[string]decimal.Decimal
//Header map[string]string
}
type BordroPageSelectBoxType struct {
B string
N string
}
const (
BIndex = "B"
NIndex = "N"
)