refactor: move WxWorkKFChannelConfig to dto package and update references

This commit is contained in:
mlogclub
2026-04-24 21:43:39 +08:00
parent 92fae381a4
commit a262a865a0
2 changed files with 7 additions and 7 deletions
+4
View File
@@ -11,3 +11,7 @@ type AuthPrincipal struct {
Roles []string
Permissions []string
}
type WxWorkKFChannelConfig struct {
OpenKfID string `json:"openKfId"`
}