Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlBy ¶
type ControlBy struct { CreatorId string `json:"creatorId" gorm:"column:creator_id;index;comment:创建者"` ModifierId string `json:"modifierId" gorm:"column:modifier_id;index;comment:更新者"` }
func (*ControlBy) SetCreatedBy ¶
SetCreatedBy 设置创建人id
func (*ControlBy) SetUpdatedBy ¶
SetUpdatedBy 设置修改人id
type CronCallerMsg ¶ added in v0.3.16
type DataDicItem ¶ added in v0.3.9
type DataDicItem struct { DicKey string `json:"dicKey"` DicLabel string `json:"dicLabel"` DicValueType dic_value_type.DicValueType `json:"dicValueType"` DicValue any `json:"dicValue"` }
DataDicItem 数据字典
type Page ¶
type PrimaryKey ¶
type PrimaryKey struct {
Id string `json:"id" gorm:"column:id;primaryKey;comment:主键编码" url:"id"`
}
func (*PrimaryKey) SetPrimaryKey ¶
func (e *PrimaryKey) SetPrimaryKey(primaryKey string)
SetPrimaryKey 主键
Click to show internal directories.
Click to hide internal directories.