|
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);
|
|
}
|
|
}
|