ComplianceServer/oldcode/IBLL/Base/IBAS_INNERUSER_EXT_LOG_Q.cs

12 lines
306 B
C#

using System.Collections.Generic;
using WX.CRM.Common;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_INNERUSER_EXT_LOG_Q
{
List<BAS_INNERUSER_EXT_LOG> GetUserExtLog(ref Pager pager, string innerGroupId, decimal inneruserid, decimal? extendtype);
}
}