This commit is contained in:
2023-03-20 16:20:33 +00:00
parent 514c3ac3f6
commit 8c7d6421f5
2288 changed files with 712 additions and 73769 deletions
@@ -1 +0,0 @@
{"version":3,"file":"tenantInfo.js","sourceRoot":"","sources":["tenantInfo.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU;IAMZ;IAEA,CAAC;IAOD,MAAM,CAAC,gBAAgB,CAAC,MAAkB;QACtC,UAAU,CAAC,aAAa,GAAG,MAAM,CAAC;IACtC,CAAC;IAED,MAAM,CAAC,gBAAgB;QAEnB,IAAI,CAAC,GAAG,IAAI,UAAU,EAAE,CAAC;QACzB,CAAC,CAAC,SAAS,GAAG,WAAW,CAAC;QAC1B,CAAC,CAAC,QAAQ,GAAG,MAAM,CAAC;QACpB,UAAU,CAAC,aAAa,GAAG,CAAC,CAAC;QAC7B,OAAO,UAAU,CAAC,aAAa,CAAC;IAEpC,CAAC;CAEJ"}
-1
View File
@@ -1 +0,0 @@
class TenantInfo{constructor(){}static SetCurrentTenant(n){TenantInfo.CurrentTenant=n}static GetCurrentTenant(){var n=new TenantInfo;return n.ServerUrl="localhost",n.TenantId=100010,TenantInfo.CurrentTenant=n,TenantInfo.CurrentTenant}}