using HH.AMS.Entitys.AdminUI.Basic; using HH.AMS.Ex.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.AMS.Ex.Interface { public interface ITN_AM_RES_INF_LOGInterface { /// /// /// /// /// List GetList(int pageIndex, int pageSize, string strWhere, string orderBy, out long total, out long totalPage); } }