models/location_product_amount.go
@@ -54,6 +54,7 @@ OperationId int `json:"operationId" gorm:"column:operation_id"` Status constvar.OperationStatus `json:"status" gorm:"status"` BaseOperationType constvar.BaseOperationType `json:"baseOperationType" gorm:"base_operation_type"` Weight decimal.Decimal `gorm:"type:decimal(20,3);comment:重量" json:"weight"` //重量 } )