testDbEntity

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Condition

type Condition struct {
	Id     uint32
	Page   int
	Limit  int
	Offset int
}

type ConditionTest

type ConditionTest 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 OnlineList

type OnlineList struct {
	List []*TestData `json:"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"`
}

func (TestData) TableName

func (TestData) TableName() string

Jump to

Keyboard shortcuts

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