dataConfig

package
v0.0.0-...-6119a04 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

自动生成模板Route

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Route

type Route struct {
	global.GVA_MODEL
	RouteName string         `json:"routeName" form:"routeName" gorm:"column:route_name;comment:;" binding:"required"` //路线名称
	Remarks   string         `json:"remarks" form:"remarks" gorm:"column:remarks;comment:;"`                           //备注
	Stalls    datatypes.JSON `json:"stalls" form:"stalls" gorm:"column:stalls;comment:;type:text;"`                    //档口
}

路线 结构体 Route

func (Route) TableName

func (Route) TableName() string

TableName 路线 Route自定义表名 route

Jump to

Keyboard shortcuts

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