|
@@ -5,7 +5,7 @@ type FeedTemplateDetail struct {
|
|
|
PastureId int64 `xorm:"pastureid" json:"pasture_id"`
|
|
|
FtId int64 `xorm:"ftid" json:"ft_id"`
|
|
|
FId int64 `xorm:"fid" json:"f_id"`
|
|
|
- FdName string `xorm:"fdname" json:"fd_name"`
|
|
|
+ FName string `xorm:"fname" json:"f_name"`
|
|
|
LWeight float64 `xorm:"lweight" json:"l_weight"`
|
|
|
FWeight float64 `xorm:"fweight" json:"f_weight"`
|
|
|
IsLockCount int32 `xorm:"islockcount" json:"is_lock_count"`
|