package response import "gitlab.wodcloud.com/smart-operation/so-operation-api/src/bean/entity" type AlertRulesItem struct { entity.AlertRules `xorm:"extends"` } type AlertRulesList struct { TotalCount int64 `json:"total_count"` List []AlertRulesItem `json:"list"` }