Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellcliCreateDTO ¶
type ShellcliQueryDTO ¶
type ShellcliQueryDTO struct { Id int64 `gorm:"column:Id" json:"Id,string" form:"Id" comment:"Id"` Input string `gorm:"column:Input" json:"Input" form:"Input" comment:"Input"` Output string `gorm:"column:Output" json:"Output" form:"Output" comment:"Output"` CreatedAt_datege string `gorm:"column:created_at_datege" json:"CreatedAt_datege" form:"CreatedAt_datege" comment:"CreatedAt_datege"` CreatedAt_datele string `gorm:"column:created_at_datele" json:"CreatedAt_datele" form:"CreatedAt_datele" comment:"CreatedAt_datele"` }
type ShellcliVO ¶
type ShellcliVO struct { Id int64 `gorm:"column:Id" json:"Id,string" form:"Id" comment:"Id"` Input string `gorm:"column:Input" json:"Input" form:"Input" comment:"Input"` Output string `gorm:"column:Output" json:"Output" form:"Output" comment:"Output"` CreatedAt_datege string `gorm:"column:created_at_datege" json:"CreatedAt_datege" form:"CreatedAt_datege" comment:"CreatedAt_datege"` CreatedAt_datele string `gorm:"column:created_at_datele" json:"CreatedAt_datele" form:"CreatedAt_datele" comment:"CreatedAt_datele"` }
func (ShellcliVO) GetDetailVO ¶
func (c ShellcliVO) GetDetailVO() interface{}
func (ShellcliVO) GetListVO ¶
func (c ShellcliVO) GetListVO() interface{}
Click to show internal directories.
Click to hide internal directories.