Built files from Bizgaze WebServer
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

tenantInfo.min.js 235B

1
  1. 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}}