Updated timestamp string format

This commit is contained in:
2025-06-03 09:39:46 -04:00
parent 1ddf18a400
commit 0ce0dc35e1
5 changed files with 12 additions and 10 deletions

View File

@@ -16,6 +16,6 @@ namespace PartSource.Data.Models
public int? QTY { get; set; }
public DateTime? Updated { get; set; }
public string Updated { get; set; }
}
}