Compare commits

..

No commits in common. "9f132dc99c626bbca270e317f403c8cb311869fe" and "e34d7376c112f227ca65839a213016a75066aa2d" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ type AiTask struct {
UpdateAt time.Time `gorm:"column:update_at;default:CURRENT_TIMESTAMP" json:"update_at"`
Status int32 `gorm:"column:status;not null;default:1" json:"status"`
DeleteAt time.Time `gorm:"column:delete_at" json:"delete_at"`
UseCase string `gorm:"column:use_case;not null" json:"use_case"` // 适用场景
}
// TableName AiTask's table name