[성현모] CPMeta 최근데이터 조회 기능 추가

This commit is contained in:
SHM
2026-02-13 08:50:33 +09:00
parent 3626030124
commit 3f94a7b2b2
10 changed files with 107 additions and 3 deletions

View File

@ -11,5 +11,6 @@ namespace WebClient.Library.Model
public int Id { get; set; }
public string ApiName { get; set; }
public string Host { get; set; }
public int LastCount { get; set; }
}
}