using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// /// public class Paras_RedisCache { /// /// 运行键前缀 /// public string RunKeyPrefix { get; set; } /// /// 能效键前缀 /// public string EtaKeyPrefix { get; set; } /// /// 振动键前缀 /// public string VibrationKeyPrefix { get; set; } } }