12 lines
185 B
Go
12 lines
185 B
Go
package bot
|
|
|
|
import "github.com/shopspring/decimal"
|
|
|
|
type LucaBordro struct {
|
|
Sube string
|
|
Bolum string
|
|
TcNo string
|
|
AdSoyad string
|
|
Ucretler map[string]decimal.Decimal
|
|
}
|