body

package
v0.0.0-...-a5c0f30 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthManage

type HealthManage struct {
	ID                 uint                `json:"ttlx_id" gorm:"primarykey;column:id"`
	Name               string              `json:"name" gorm:"column:name"`
	Types              uint                `json:"types" gorm:"column:types"`
	Image              string              `json:"img" gorm:"column:image"`
	HealthManageChilds []HealthManageChild `json:"ttdcount" gorm:"foreignKey:Pid;references:ID;comment:二级;"`
}

func (HealthManage) TableName

func (HealthManage) TableName() string

TableName HealthManage 健康管理表

type HealthManageChild

type HealthManageChild struct {
	ID      uint   `json:"value" gorm:"primarykey;column:id"`
	Pid     uint   `json:"tt_id" gorm:"column:pid"`
	Name    string `json:"text" gorm:"column:name"`
	Class   uint   `json:"class" gorm:"column:class"`
	Types   uint   `json:"types" gorm:"column:types"`
	Checked bool   `json:"checked" gorm:"-"`
}

func (HealthManageChild) TableName

func (HealthManageChild) TableName() string

TableName HealthManageChild 健康管理子分类表

type HealthManageProgram

type HealthManageProgram struct {
	ID        uint      `json:"id" gorm:"primarykey;column:id"`
	CreatedAt time.Time `json:"created_at" gorm:"column:created_at"`
	HmcID     uint      `json:"hmc_id" gorm:"column:hmc_id"`
	Types     uint      `json:"types" gorm:"column:types"`
	Title     string    `json:"title" gorm:"column:title"`
	Cover     string    `json:"cover" gorm:"column:cover"`
	Image     string    `json:"image" gorm:"column:image"`
	Synopsis  string    `json:"synopsis" gorm:"column:synopsis"`
	Content   string    `json:"content" gorm:"column:content"`
	Video     string    `json:"video" gorm:"column:video"`
	Status    *bool     `json:"status" gorm:"column:status"`
	Sort      uint      `json:"sort" gorm:"column:sort"`
}

func (HealthManageProgram) TableName

func (HealthManageProgram) TableName() string

TableName HealthManageProgram 健康管理方案表

type HealthManageTag

type HealthManageTag struct {
	ID           uint      `json:"id" gorm:"primarykey;column:id"`
	CreatedAt    time.Time `json:"created_at" gorm:"column:created_at"`
	UpdatedAt    time.Time `json:"updated_at" gorm:"column:updated_at"`
	Uid          uint      `json:"uid" gorm:"column:uid"`
	PlaceTypes   string    `json:"place_types" gorm:"column:place_types"`
	Place        string    `json:"place" gorm:"column:place"`
	Types        uint      `json:"types" gorm:"column:types"`
	Status       *bool     `json:"status" gorm:"column:status;default:0;"`
	Level        uint      `json:"level" gorm:"column:level"`
	Other        string    `json:"other" gorm:"column:other;type:text;"`
	FasciaChain  string    `json:"fascia_chain" gorm:"column:fascia_chain;content:筋膜链;"`
	CorrectCycle uint      `json:"correct_cycle" gorm:"column:correct_cycle;content:矫正周期;"`
}

func (HealthManageTag) TableName

func (HealthManageTag) TableName() string

TableName HealthManageTag 用户健康管理选择表

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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