fpd.go 339 B

12345678910
  1. package models
  2. type FpdetailEdit struct {
  3. Weight1 float64 `xorm:"weight1" json:"weight1"`
  4. Weight2 float64 `xorm:"weight2" json:"weight2"`
  5. Weight3 float64 `xorm:"weight2" json:"weight3"`
  6. Weight4 float64 `xorm:"weight2" json:"weight4"`
  7. Weight5 float64 `xorm:"weight2" json:"weight5"`
  8. Weight6 float64 `xorm:"weight2" json:"weight6"`
  9. }