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