topic

package
v0.0.0-...-533102b Latest Latest
Warning

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

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

Documentation

Overview

自动生成模板Topic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Topic

type Topic struct {
	global.GVA_MODEL
	Pid    *int   `json:"pid" form:"pid" gorm:"column:pid;comment:话题顶级ID;"`
	Name   string `json:"name" form:"name" gorm:"column:name;comment:话题名称;"`
	Status *bool  `json:"status" form:"status" gorm:"column:status;comment:是否开启;"`
	Number *int   `json:"number" form:"number" gorm:"column:number;comment:参与话题数;"`
	Sort   *int   `json:"sort" form:"sort" gorm:"column:sort;comment:序号;"`
}

Topic 结构体

func (Topic) TableName

func (Topic) TableName() string

TableName Topic 表名

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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