forked from free-lancers/electricity_bill_calc_service
fix(region):基本确定行政区划部分功能,明确模型扫描功能的使用。
This commit is contained in:
8
model/region.go
Normal file
8
model/region.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type Region struct {
|
||||
Code string `json:"code"`
|
||||
Name string `json:"name"`
|
||||
Level int32 `json:"level"`
|
||||
Parent string `json:"parent"`
|
||||
}
|
Reference in New Issue
Block a user