临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

MultiTenancyConsts.cs 241B

123456789
  1. namespace Himp.TaskScheduling.MultiTenancy;
  2. public static class MultiTenancyConsts
  3. {
  4. /* Enable/disable multi-tenancy in a single point
  5. * to test your module with multi-tenancy.
  6. */
  7. public const bool IsEnabled = false;
  8. }