Daten in Wunsch- und Bilddatenbanken speichern
This commit is contained in:
@ -3,12 +3,8 @@
|
||||
public class BildInfoModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string BildPrompt { get; set; }
|
||||
public string Wunsch { get; set; }
|
||||
public string BildBeschreibung { get; set; }
|
||||
public DateTime Datum { get; set; }
|
||||
public string Dateiname { get; set; }
|
||||
public string GPTModel { get; set; }
|
||||
public string ImageModel { get; set; }
|
||||
public int GroupIndex { get; set; }
|
||||
public int WunschId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user