11 lines
311 B
C#
11 lines
311 B
C#
using System.Collections.Generic;
|
|
using WX.CRM.Common;
|
|
|
|
namespace WX.CRM.IBLL.Base
|
|
{
|
|
public interface IBAS_USERGROUPCHANGELOG_Q
|
|
{
|
|
List<WX.CRM.Model.Entity.BAS_USERGROUPCHANGELOG_Extend> GetList(ref Pager pager, decimal? inGroupId, decimal? outGroupId, decimal? eid, string userName);
|
|
}
|
|
}
|