common

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetInternalDictByTypeReq

type GetInternalDictByTypeReq struct {
	g.Meta   `path:"/dict/internal/type" method:"get" tags:"字典" summary:"根据类型获取字典数据"`
	DictType string `v:"required#请输入字典类型" json:"dictType"`
}

type GetInternalDictByTypeRes

type GetInternalDictByTypeRes struct {
	g.Meta `mime:"application/json"`
	Data   []*model.InternalDict `json:"data"`
}

type PageReq

type PageReq struct {
	PageNum  int `p:"pageNum"`
	PageSize int `p:"pageSize"`
}

Jump to

Keyboard shortcuts

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