示例#1
0
文件: NMS.cs 项目: wwkkww1983/WMS
 public string ConditionExactAllColumnsQueryPager(UserContext uContext, string entity, string where, int pageindex, int pagesize)
 {
     return(Pager.ConditionExactAllColumnsQueryPager(uContext, entity, where, pageindex, pagesize));
 }