Kis adatbázis és miegymás
This commit is contained in:
@@ -14,8 +14,8 @@ namespace WorkFlowCheck.DL.Entities
|
||||
public string Code { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
public DateTime LastModAt { get; set; }
|
||||
public string LastModBy { get; set; }
|
||||
public string LastModBy { get; set; } = null!;
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public string CreatedBy { get; set; }
|
||||
public string CreatedBy { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user