/**
 * Organization download kind
 * 机构下载类型
 */
export enum OrgDownloadKind {
  /**
   * Profile
   * 档案
   */
  Profile = 1
}
