merge
This commit is contained in:
21
app/lib/bot/bordro.go
Normal file
21
app/lib/bot/bordro.go
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user