package common type CpSealTokenSetConfig struct { // 授权子项【授权子项】范围:SEAL_AUTO_SIGN(\"自动签\"),NO_SEAL_AUTO_SIGN(\"无外观印章自动签\") SealChildPermissionTypes []string `json:"sealChildPermissionTypes"` SealRangeList *SealApproveRange `json:"sealRangeList"` }