This commit is contained in:
Hüseyin
2026-06-16 09:07:10 +03:00
parent 2dfda9d553
commit bd08898bf1
91 changed files with 15477 additions and 11812 deletions

21
app/lib/bot/bordro.go Normal file
View File

@@ -0,0 +1,21 @@
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"
)