commonModels

package
v0.0.0-...-7bb2ca5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListData

type ListData struct {
	Rows  interface{} `json:"rows"`
	Total *int64      `json:"total"`
}

type ResponseData

type ResponseData struct {
	Code httpStatus.ResCode `json:"code"`           //相应状态码
	Msg  string             `json:"msg"`            //提示信息
	Data interface{}        `json:"data,omitempty"` //数据
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL