This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
moapp
/
jyPoints
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
1
Wiki
Sfoglia il codice sorgente
commit
李哲
4 anni fa
parent
198cb13981
commit
af8836af1b
2 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
entity/balance.go
1
0
service/balanceService.go
+ 5
- 0
entity/balance.go
Vedi File
@@ -0,0 +1,5 @@
+package entity
+
+type Balance struct {
+
+}
+ 1
- 0
service/balanceService.go
Vedi File
@@ -0,0 +1 @@
+package service