using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Wx { public interface IWX_COMPLAINTATTENDANCE : IRepository { void AddOrUpdate(string pkid, decimal eid, int year, int month, decimal? tousu, decimal? chufa, decimal? chuqin); } }