package common type SealWarningRuleScopeResponse struct { // 【预警范围指定方式】预警范围指定方式:SEAL_SCOPE(指定印章范围),SEAL_SPECIFIC(指定具体印章) Type_ string `json:"type,omitempty"` SealScope *SealWarningRuleForSealScopeResponse `json:"sealScope,omitempty"` SealSpecificScope *SealMultipleResponse `json:"sealSpecificScope,omitempty"` }