fix(park):修复不能正确记录园区峰谷用户表计类型的问题。
This commit is contained in:
parent
62a9fec43f
commit
c433652326
|
@ -80,7 +80,7 @@ type _ParkInfoFormData struct {
|
|||
Capacity decimal.NullDecimal `json:"capacity" from:"capacity"`
|
||||
TenementQuantity decimal.NullDecimal `json:"tenement" from:"tenement"`
|
||||
Category int `json:"category" form:"category"`
|
||||
Submeter int `json:"submeter" form:"submeter"`
|
||||
SubmeterType int `json:"submeter" form:"submeter"`
|
||||
}
|
||||
|
||||
func createNewPark(c *gin.Context) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user