Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-03 00:30:19 +03:00
parent ea27d34336
commit a4f4c2457f
29 changed files with 4522 additions and 752 deletions

View File

@@ -0,0 +1,7 @@
package models
type StatementAgingParams struct {
AccountCode string `json:"accountcode"`
EndDate string `json:"enddate"`
Parislemler []string `json:"parislemler"`
}