package entities // Enum 通用枚举类型 type Enum struct { ID float64 `json:"id"` }