testReqEntity

package
v0.0.0-...-ff4890a Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Id uint32 `json:"news_page_id" form:"news_page_id"  binding:"required" msg:"必填"`
}

Item 单个操作

type List

type List struct {
	entity.PaginationSearch
}

List 列表

type TestData

type TestData struct {
	TestId    int32  `gorm:"column:test_id"                 json:"test_id"`
	TestName  string `gorm:"column:test_name"              json:"test_name"`
	TestUnion string `gorm:"column:test_union"            json:"test_union"`
	//TestTag    int32  `gorm:"column:test_tag"             json:"test_tag"`
	TestStatus int32 `gorm:"column:test_status"              json:"test_status"`
}

type Update

type Update struct {
	Id uint32 `json:"news_page_id"  binding:"required" msg:"必填"`
}

Update 更新

Jump to

Keyboard shortcuts

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