entity.go 88B

123456
  1. package entity
  2. // Enum 通用枚举类型
  3. type Enum struct {
  4. ID float64 `json:"id"`
  5. }