refactor: 调整项目结构为单向依赖
This commit is contained in:
10
backend/internal/service/setting.go
Normal file
10
backend/internal/service/setting.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package service
|
||||
|
||||
import "time"
|
||||
|
||||
type Setting struct {
|
||||
ID int64
|
||||
Key string
|
||||
Value string
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user