chore: 同步本地 v9 整改与运营能力
This commit is contained in:
@@ -45,6 +45,8 @@ type RearingRecord struct {
|
||||
Instar *int `gorm:"type:int" json:"instar,omitempty"`
|
||||
MulberrySource *string `gorm:"column:mulberry_source;size:128" json:"mulberrySource,omitempty"` // 桑叶来源
|
||||
Density *string `gorm:"size:64" json:"density,omitempty"` // 饲养密度
|
||||
DeathCount *int `gorm:"column:death_count;type:int" json:"deathCount,omitempty"`
|
||||
CulledCount *int `gorm:"column:culled_count;type:int" json:"culledCount,omitempty"`
|
||||
Note *string `gorm:"type:text" json:"note,omitempty"`
|
||||
CreatedAt time.Time `gorm:"type:timestamptz" json:"createdAt"`
|
||||
UpdatedAt time.Time `gorm:"type:timestamptz" json:"updatedAt"`
|
||||
|
||||
Reference in New Issue
Block a user