common增加通用log模块
This commit is contained in:
9
beans/beans.go
Normal file
9
beans/beans.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package beans
|
||||
|
||||
type ResponseEmpty struct {
|
||||
}
|
||||
type Page struct {
|
||||
PageNum int `p:"pageNum"` //当前页码
|
||||
PageSize int `p:"pageSize"` //每页数
|
||||
Total int //总页数
|
||||
}
|
||||
Reference in New Issue
Block a user