package common type SealWarningRuleScopeRequest struct { // core:true 【预警范围指定方式】预警范围指定方式 【作用】指定本组预警范围的方式,支持指定具体印章、或指定一个印章范围 【传参】 取值范围:SEAL_SCOPE(指定印章范围),SEAL_SPECIFIC(指定具体印章)。 Type_ string `json:"type"` SealScope *SealWarningRuleForSealScopeRequest `json:"sealScope,omitempty"` SealSpecificScope *SealMultipleSimpleRequest `json:"sealSpecificScope,omitempty"` }