This commit is contained in:
netscrawler
2024-07-04 00:44:15 +03:00
parent c99f477e35
commit 5b11756af6
15 changed files with 354 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
package models
type VunitRate struct {
Currency string
Rate float32
}