fix(park):修复创建和修改园区的时候园区住户数量不能被保存的问题。

This commit is contained in:
徐涛 2022-09-06 11:13:34 +08:00
parent c4ab500235
commit a512773f11

View File

@ -76,7 +76,7 @@ type _ParkInfoFormData struct {
Phone *string `json:"phone" from:"phone"`
Area decimal.NullDecimal `json:"area" from:"area"`
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"`
Submeter int `json:"submeter" form:"submeter"`
}