ilk
This commit is contained in:
10
svc/models/statements_params.go
Normal file
10
svc/models/statements_params.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type StatementParams struct {
|
||||
CariKod string `json:"cari_kod"`
|
||||
StartDate string `json:"startdate"`
|
||||
EndDate string `json:"enddate"`
|
||||
AccountCode string `json:"accountcode"`
|
||||
LangCode string `json:"langcode"`
|
||||
Parislemler []string `json:"parislemler"` // ✅ slice olmalı
|
||||
}
|
||||
Reference in New Issue
Block a user