123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Core.Common
- {
- public class GlobalVars
- {
- }
- public static class RedisKey
- {
- public const string Fanyibox_DevStore_ = "fanyibox_devStore_";
- public const string Fanyibox_Ope_DevStore = "fanyibox_Ope_devStore_";
- public const string Light_Dev_ = "light_dev_";
- }
- }
|