ComplianceServer/oldcode/IBLL/Wx/IWX_COMPLAINTATTENDANCE.cs

10 lines
277 B
C#

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