mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 09:06:34 +08:00
feat: 新增机器授权凭证管理与其他优化
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user