using WX.CRM.Model.EntitySync; namespace WX.CRM.IBLL.Redis { public interface IRedisObjectHelper { void Run(REDIS_CACHE_SSODATASYNC info); } }