You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
919 B

// =================================================================================
// 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:""` //
}