add service
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 2m25s

This commit is contained in:
vallyenfail
2026-01-19 19:14:51 +03:00
parent 33b70d1ee4
commit ff08bb2254
11 changed files with 268 additions and 62 deletions

View File

@@ -26,3 +26,9 @@ type TokenUsage struct {
Type string
CreatedAt time.Time
}
type WriteOffHistory struct {
OperationID string
Data string
Amount float64
}