李哲 4 years ago
parent
commit
af8836af1b
2 changed files with 6 additions and 0 deletions
  1. 5 0
      entity/balance.go
  2. 1 0
      service/balanceService.go

+ 5 - 0
entity/balance.go

@@ -0,0 +1,5 @@
+package entity
+
+type Balance struct {
+
+}

+ 1 - 0
service/balanceService.go

@@ -0,0 +1 @@
+package service