|
|
|
|
80
|
replacementRate, _ := this.GetFloat("replacement_rate")
|
80
|
replacementRate, _ := this.GetFloat("replacement_rate")
|
81
|
displacementQuantity, _ := this.GetFloat("displacement_quantity")
|
81
|
displacementQuantity, _ := this.GetFloat("displacement_quantity")
|
82
|
ktv, _ := this.GetFloat("ktv")
|
82
|
ktv, _ := this.GetFloat("ktv")
|
|
|
83
|
+ fmt.Println("ktv -------------------", ktv)
|
83
|
symptom := this.GetString("symptom")
|
84
|
symptom := this.GetString("symptom")
|
84
|
dispose := this.GetString("dispose")
|
85
|
dispose := this.GetString("dispose")
|
85
|
conductivity, _ := this.GetFloat("conductivity")
|
86
|
conductivity, _ := this.GetFloat("conductivity")
|