Photo rendberakása + EF migráció
This commit is contained in:
@@ -15,7 +15,7 @@ namespace WorkFlowCheck.DL.Entities
|
||||
public int CheckListTemplateRowId { get; set; }
|
||||
public virtual CheckListTemplateRow CheckListTemplateRow { get; set; } = null!;
|
||||
public string Answer { get; set; } = null!;
|
||||
public byte[] Photo { get; set; } = null!;
|
||||
public string PhotoFileName { get; set; }=null!;
|
||||
public Guid GuidNumber { get; set; }
|
||||
public DateTime LastModAt { get; set; }
|
||||
public string LastModBy { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user