Beispiel #1
0
 public PageApiResult <WCostinfo> GetPageList(int page, int limit, string UserName, string CostType, DateTime?StartTime, DateTime?EndTime)
 {
     return(_costService.GetPageList(page, limit, UserName, CostType, StartTime, EndTime));
 }