UNPKG

@etsoo/smarterp-core

Version:
13 lines (12 loc) 275 B
/** * Organization download kind * 机构下载类型 */ export var OrgDownloadKind; (function (OrgDownloadKind) { /** * Profile * 档案 */ OrgDownloadKind[OrgDownloadKind["Profile"] = 1] = "Profile"; })(OrgDownloadKind || (OrgDownloadKind = {}));