using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.RedisBL { public interface IRES_CUSTOMERDETAIL_REDIS { RES_CUSTOMERDETAIL GetInfo(string resid, int IsTran = 1); bool AddRedis(RES_CUSTOMERDETAIL entity); } }