chore: 删除未使用的僵尸状态常量 DevCapabilityStatusEnabled/Disabled

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-11 12:20:56 +08:00
parent decb7a10ec
commit 510a5bfb21

View File

@@ -250,12 +250,6 @@ const (
ReplacementStatusCompleted = 4 // 已完成
)
// 开发能力配置状态
const (
DevCapabilityStatusEnabled = 1 // 启用
DevCapabilityStatusDisabled = 2 // 禁用
)
// ========================================
// 运营商编码
// ========================================