CpSealTokenSetConfig.go 300 B

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