Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DESC 降序 DESC = "desc" // ASC 升序 ASC = "asc" )
Variables ¶
This section is empty.
Functions ¶
func FindPage ¶
func FindPage(v interface{}, rows interface{}, pageInfo *page.PageInfo) (err error, pageBean *page.PageBean)
FindPage 分页查询 v-空对象指针
func GormPostgreSQL ¶
GormPostgreSQL 初始化PostgreSQL数据库 @return: *gorm.DB
Types ¶
Click to show internal directories.
Click to hide internal directories.