package bot import "github.com/shopspring/decimal" type LucaBordro struct { Sube string Bolum string 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" )