fix(park):修复创建和修改园区的时候园区住户数量不能被保存的问题。
This commit is contained in:
parent
c4ab500235
commit
a512773f11
|
@ -76,7 +76,7 @@ type _ParkInfoFormData struct {
|
||||||
Phone *string `json:"phone" from:"phone"`
|
Phone *string `json:"phone" from:"phone"`
|
||||||
Area decimal.NullDecimal `json:"area" from:"area"`
|
Area decimal.NullDecimal `json:"area" from:"area"`
|
||||||
Capacity decimal.NullDecimal `json:"capacity" from:"capacity"`
|
Capacity decimal.NullDecimal `json:"capacity" from:"capacity"`
|
||||||
Tenement decimal.NullDecimal `json:"tenement" from:"tenement"`
|
TenementQuantity decimal.NullDecimal `json:"tenement" from:"tenement"`
|
||||||
Category int `json:"category" form:"category"`
|
Category int `json:"category" form:"category"`
|
||||||
Submeter int `json:"submeter" form:"submeter"`
|
Submeter int `json:"submeter" form:"submeter"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user