This commit is contained in:
2026-02-11 17:46:22 +03:00
commit eacfacb13b
266 changed files with 51337 additions and 0 deletions

8
svc/models/account.go Normal file
View File

@@ -0,0 +1,8 @@
package models
// Cari hesap modeli
type Account struct {
DisplayCode string `json:"display_code"` // "ZLA 0127"
AccountCode string `json:"account_code"` // "ZLA0127"
AccountName string `json:"account_name"` // "EKO TEXTIL COM SRL" ya da ""
}