From 2326632e9d17e5eb5518d046b229176adeb0ad5b Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 4 Dec 2025 16:39:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(oa):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20oa=20=E5=8C=85=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 service/oa/staff.go 中对 "git.kumo.work/shama/service/oa" 包的导入 - 清理了未使用的代码依赖,减少包体积 - 提高了代码可读性和维护性 - 避免潜在的循环依赖问题 --- oa/staff.go | 1 - 1 file changed, 1 deletion(-) diff --git a/oa/staff.go b/oa/staff.go index ae56507..fd79d5e 100644 --- a/oa/staff.go +++ b/oa/staff.go @@ -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 {