refactor(oa): 移除未使用的 oa 包引用
- 删除了 service/oa/staff.go 中对 "git.kumo.work/shama/service/oa" 包的导入 - 清理了未使用的代码依赖,减少包体积 - 提高了代码可读性和维护性 - 避免潜在的循环依赖问题
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
|
||||
"git.kumo.work/shama/service/client"
|
||||
"git.kumo.work/shama/service/lib/bean"
|
||||
"git.kumo.work/shama/service/oa"
|
||||
)
|
||||
|
||||
type staff struct {
|
||||
|
||||
Reference in New Issue
Block a user