page mapping was done

This commit is contained in:
hysn99
2024-04-02 17:52:24 +03:00
parent 321a76096f
commit a415c8ad92
3 changed files with 577 additions and 196 deletions

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

@@ -0,0 +1,11 @@
package bot
import "github.com/shopspring/decimal"
type LucaBordro struct {
Sube string
Bolum string
TcNo string
AdSoyad string
Ucretler map[string]decimal.Decimal
}