GlobalVars.cs 441 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Ropin.Core.Common
  7. {
  8. public class GlobalVars
  9. {
  10. }
  11. public static class RedisKey
  12. {
  13. public const string Fanyibox_DevStore_ = "fanyibox_devStore_";
  14. public const string Fanyibox_Ope_DevStore = "fanyibox_Ope_devStore_";
  15. public const string Light_Dev_ = "light_dev_";
  16. }
  17. }