mirror of
				https://gitee.com/xiangheng/x_admin.git
				synced 2025-10-31 11:36:31 +08:00 
			
		
		
		
	init
This commit is contained in:
		
							
								
								
									
										9
									
								
								server/core/response/common.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								server/core/response/common.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| package response | ||||
|  | ||||
| //PageResp 分页返回值 | ||||
| type PageResp struct { | ||||
| 	Count    int64       `json:"count"`    // 总数 | ||||
| 	PageNo   int         `json:"pageNo"`   // 页No | ||||
| 	PageSize int         `json:"pageSize"` // 每页Size | ||||
| 	Lists    interface{} `json:"lists"`    // 数据 | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 xiangheng
					xiangheng