Header S, G, N, H parameters added
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user