package common type TemplateViews struct { // 【主体ID】主体ID SubjectId string `json:"subjectId,omitempty"` // 【主体名称】主体名称 SubjectName string `json:"subjectName,omitempty"` // 【主体类型】主体类型 【回参说明】 USER-用户,ROLE-角色,DEPARTMENT-部门 SubjectType string `json:"subjectType,omitempty"` }