摘要: create proc Proc_Page( @name varchar(20), @pageIndex int, @pageSize int, @pageCount int out)asbegin set nocount on --开启不计受影响行数 select top(@pageSize) * 阅读全文
posted @ 2020-06-09 21:01 De南北 阅读(112) 评论(0) 推荐(0)
摘要: //api public pageModel Get(int pageSize = 3, int currentPage = 1, string yhfs = "", string hxzt = "", string mc = "") { //修正传入的页数<1的情况 if(currentPage 阅读全文
posted @ 2020-06-09 15:15 De南北 阅读(75) 评论(0) 推荐(0)