model/timeSpent.go
@@ -12,7 +12,7 @@ // TimeSpent 花费时间 TimeSpent struct { Id int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"` Name string `json:"name" gorm:"column:name"` Name string `json:"name" gorm:"column:name;type:varchar(255);not null;default:'';comment:名称"` } // TimeSpentSearch 花费时间搜索条件