[성현모] Overview 예외 추가

This commit is contained in:
SHM
2025-09-04 10:35:17 +09:00
parent 9a18f51bef
commit e36a7ba8a6
3 changed files with 33 additions and 9 deletions

View File

@ -4,5 +4,6 @@
{
public DateTime? TestDate { get; set; }
public string ModelName { get; set; }
public string Host { get; set; }
}
}