feat:完善信息
This commit is contained in:
8
app/basic/config/public.go
Normal file
8
app/basic/config/public.go
Normal file
@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Area struct {
|
||||
Province uint64 `json:"province"`
|
||||
City uint64 `json:"city"`
|
||||
District uint64 `json:"district"`
|
||||
Address string `json:"address"`
|
||||
}
|
Reference in New Issue
Block a user