实现用户添加

This commit is contained in:
lifei6671
2017-04-23 12:48:46 +08:00
parent ca0d5094c1
commit a05a13dd4e
6 changed files with 237 additions and 6 deletions

View File

@@ -137,4 +137,32 @@ func (m *Book) FindToPager(pageIndex, pageSize ,memberId int) (books []BookResul
}
}
return
}
}