model.go 101 B

1234567
  1. package model
  2. type AreaInfo struct {
  3. AreaID int64
  4. AreaName string
  5. ParentAreaID int64
  6. }