refactor(oa): 移除未使用的 oa 包引用

- 删除了 service/oa/staff.go 中对 "git.kumo.work/shama/service/oa" 包的导入
- 清理了未使用的代码依赖,减少包体积
- 提高了代码可读性和维护性
- 避免潜在的循环依赖问题
This commit is contained in:
2025-12-04 16:39:27 +08:00
parent 1975cccdb1
commit 2326632e9d

View File

@@ -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 {