refactor: 调整项目结构为单向依赖
This commit is contained in:
13
backend/internal/service/account_group.go
Normal file
13
backend/internal/service/account_group.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package service
|
||||
|
||||
import "time"
|
||||
|
||||
type AccountGroup struct {
|
||||
AccountID int64
|
||||
GroupID int64
|
||||
Priority int
|
||||
CreatedAt time.Time
|
||||
|
||||
Account *Account
|
||||
Group *Group
|
||||
}
|
||||
Reference in New Issue
Block a user