临河任务调度
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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