SealWarningRuleProcessorResponse.go 499 B

123456789101112131415
  1. package common
  2. type SealWarningRuleProcessorResponse struct {
  3. // 【快捷选项】快捷选项
  4. Shortcut string `json:"shortcut,omitempty"`
  5. // 【印章角色】印章角色
  6. SealRoles string `json:"sealRoles,omitempty"`
  7. // 【个人用户】个人用户
  8. Users []*UserSimpleResponse `json:"users,omitempty"`
  9. // 【系统角色】系统角色
  10. Roles string `json:"roles,omitempty"`
  11. // 【组织主管】组织主管
  12. Departments []*DepartmentSimpleReponse `json:"departments,omitempty"`
  13. }