- package models
- type FpdetailEdit struct {
- Weight1 float64 `xorm:"weight1" json:"weight1"`
- Weight2 float64 `xorm:"weight2" json:"weight2"`
- Weight3 float64 `xorm:"weight2" json:"weight3"`
- Weight4 float64 `xorm:"weight2" json:"weight4"`
- Weight5 float64 `xorm:"weight2" json:"weight5"`
- Weight6 float64 `xorm:"weight2" json:"weight6"`
- }
|