// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // Manager is the golang structure for table manager. type Manager struct { Id uint `json:"id" orm:"id" description:""` // Jwcode int `json:"jwcode" orm:"jwcode" description:""` // Name string `json:"name" orm:"name" description:""` // Type int `json:"type" orm:"type" description:"产品ID"` // 产品ID LanguageKey string `json:"languageKey" orm:"language_key" description:""` // Enabled int `json:"enabled" orm:"enabled" description:""` // CreatedAt int `json:"createdAt" orm:"created_at" description:""` // }