SealWarningRuleScopeRequest.go 537 B

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