using System; using System.Collections.Generic; using System.Text; namespace DllEapCommon.Redis { public class EntityKeyVal { public string Key { get; set; } public object Value { get; set; } } }