export enum TENANT_TYPE { 学校, 企业, } export enum TENANT_STATUS { 删除, 启用, 停用, }