diff --git a/pkg/constants/iot.go b/pkg/constants/iot.go index 5e40d78..24d02df 100644 --- a/pkg/constants/iot.go +++ b/pkg/constants/iot.go @@ -250,12 +250,6 @@ const ( ReplacementStatusCompleted = 4 // 已完成 ) -// 开发能力配置状态 -const ( - DevCapabilityStatusEnabled = 1 // 启用 - DevCapabilityStatusDisabled = 2 // 禁用 -) - // ======================================== // 运营商编码 // ========================================