feat: 新增机器授权凭证管理与其他优化

This commit is contained in:
meilin.huang
2023-03-06 16:59:57 +08:00
parent 7c086bbec8
commit 0695ad9a85
73 changed files with 1666 additions and 811 deletions

View File

@@ -1,6 +1,8 @@
package application
import "mayfly-go/internal/sys/infrastructure/persistence"
import (
"mayfly-go/internal/sys/infrastructure/persistence"
)
var (
accountApp = newAccountApp(persistence.GetAccountRepo())