SealWarningRuleScopeResponse.go 392 B

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