[성현모] Grid 성능 개선

This commit is contained in:
SHM
2025-09-17 09:32:33 +09:00
parent a57734308f
commit 89fe237e52
10 changed files with 287 additions and 183 deletions

View File

@ -1,9 +1,6 @@
namespace Web.Tra.Model
{
public interface IDataModel
{
public DateTime? TestDate { get; set; }
public string Host { get; set; }
public string ModelName { get; set; }
{
}
}